Simplify the way the paper namespace is created and populated.

This commit is contained in:
Jürg Lehni 2011-03-04 13:34:31 +00:00
parent c6d79f964c
commit 92bf51a7cc
29 changed files with 38 additions and 50 deletions
src/basic

View file

@ -1,4 +1,4 @@
var Rectangle = Base.extend({
var Rectangle = this.Rectangle = Base.extend({
beans: true,
initialize: function() {