mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
oops
This commit is contained in:
parent
a841df7e69
commit
5b0af6e476
@ -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}';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user