mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Fix indentation.
This commit is contained in:
parent
fb6ff59218
commit
c0c5695b5a
1 changed files with 2 additions and 1 deletions
|
@ -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) + ';');
|
||||||
|
|
Loading…
Reference in a new issue