mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
Fix indentation.
This commit is contained in:
parent
fb6ff59218
commit
c0c5695b5a
1 changed files with 2 additions and 1 deletions
|
@ -79,6 +79,7 @@ var ProxyContext = new function() {
|
||||||
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