This commit is contained in:
Gordon Williams 2013-10-23 10:35:58 +01:00
parent a841df7e69
commit 5b0af6e476

View File

@ -35,6 +35,7 @@ var Toto = Class.extend({
},
getTest : function(){
trace(this);
console.log(b=JSON.stringify(this));
}
});
@ -45,4 +46,4 @@ var t = new Toto();
t.getTest();
// print {"test":5}
result = 1;//a=='{"test":5}' && b=='{"test":5}';
result = a=='{"test":5}' && b=='{"test":5}';