Fix indentation.

This commit is contained in:
Jürg Lehni 2013-10-16 16:09:34 +02:00
parent fb6ff59218
commit c0c5695b5a

View file

@ -77,8 +77,9 @@ var ProxyContext = new function() {
} else { } else {
fields[name] = { fields[name] = {
get: function() { get: function() {
return this._ctx[name]; return this._ctx[name];
}, },
set: function(value) { set: function(value) {
console.log(this.getIndentation() + 'ctx.' + name + ' = ' console.log(this.getIndentation() + 'ctx.' + name + ' = '
+ JSON.stringify(value) + ';'); + JSON.stringify(value) + ';');