Declare all classes as local variables, so they can be scoped.

This commit is contained in:
Jürg Lehni 2011-03-03 13:33:41 +00:00
parent c84df5a346
commit 941c3c7346
24 changed files with 25 additions and 26 deletions
src/basic

View file

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