mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Add missing colon.
This commit is contained in:
parent
b581c84d8b
commit
392cef3961
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ var ProxyContext = new function() {
|
||||||
+ JSON.stringify(value) + ';');
|
+ JSON.stringify(value) + ';');
|
||||||
return this._ctx[name] = value;
|
return this._ctx[name] = value;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return Base.extend(fields);
|
return Base.extend(fields);
|
||||||
|
|
Loading…
Reference in a new issue