Subversion Repositories JSX

Compare Revisions

Last modification

Ignore whitespace Rev 425 → Rev 426

/trunk/object.js
981,7 → 981,7
function () {
obj[propertyName] = value;
 
jsx.warn((sContext ? sContext + ": " : "")
jsx.warn((context ? context + ": " : "")
+ "Could not define property `" + propertyName
+ "' as read-only");
});
1003,7 → 1003,7
}
},
function () {
jsx.warn((sContext ? sContext + ": " : "")
jsx.warn((context ? context + ": " : "")
+ "Could not define special property `" + propertyName + "'."
+ " Please use explicit getters and setters instead.");
});