mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-06 19:19:39 -04:00
Declare all classes as local variables, so they can be scoped.
This commit is contained in:
parent
c84df5a346
commit
941c3c7346
24 changed files with 25 additions and 26 deletions
src/basic
|
@ -1,4 +1,4 @@
|
|||
Rectangle = Base.extend({
|
||||
var Rectangle = Base.extend({
|
||||
beans: true,
|
||||
|
||||
initialize: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue