Changeset 13517

Show
Ignore:
Timestamp:
04/30/08 12:20:55 (4 months ago)
Author:
jaredj
Message:

XmlStore? fix. !strict fixes #6663

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/data/XmlStore.js

    r13511 r13517  
    889889                if(!url){ 
    890890                        if(keywordArgs.onError){ 
    891                                 // FIXME: where is postContent defined? 
    892                                 keywordArgs.onError.call(scope, new Error("No URL for saving content: " + postContent)); 
     891                                keywordArgs.onError.call(scope, new Error("No URL for saving content: " + this._getPostContent(item))); 
    893892                        } 
    894893                        return;