mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-30 15:49:50 -04:00
Simplify the way the paper namespace is created and populated.
This commit is contained in:
parent
c6d79f964c
commit
92bf51a7cc
29 changed files with 38 additions and 50 deletions
src/basic
|
@ -1,4 +1,4 @@
|
|||
var Rectangle = Base.extend({
|
||||
var Rectangle = this.Rectangle = Base.extend({
|
||||
beans: true,
|
||||
|
||||
initialize: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue