Fixes to machine save support
This commit is contained in:
parent
6bffc69b25
commit
585a851ce5
14 changed files with 2476 additions and 2315 deletions
|
|
@ -193,7 +193,7 @@ web.loadResource = function(sURL, fAsync, data, componentNotify, fnNotify, pNoti
|
|||
var nErrorCode = 0;
|
||||
var sURLData = null;
|
||||
|
||||
if (resources && (sURLData = resources[sURL])) {
|
||||
if (typeof resources == 'object' && (sURLData = resources[sURL])) {
|
||||
if (fnNotify) {
|
||||
if (!componentNotify) {
|
||||
fnNotify(sURL, sURLData, nErrorCode, pNotify);
|
||||
|
|
|
|||
Loading…
Reference in a new issue