mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -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 {
|
||||
fields[name] = {
|
||||
get: function() {
|
||||
return this._ctx[name];
|
||||
return this._ctx[name];
|
||||
},
|
||||
|
||||
set: function(value) {
|
||||
console.log(this.getIndentation() + 'ctx.' + name + ' = '
|
||||
+ JSON.stringify(value) + ';');
|
||||
|
|
Loading…
Reference in a new issue