diff --git a/SpecRunner.html b/SpecRunner.html index 9cbb017..687df54 100644 --- a/SpecRunner.html +++ b/SpecRunner.html @@ -9,8 +9,6 @@ - - diff --git a/widgets.js b/widgets.js index 727bcac..bb601cb 100644 --- a/widgets.js +++ b/widgets.js @@ -10,10 +10,6 @@ Urban.Admin = Class.create({ } }); -$j(function() { - new Urban.Admin($("admin-element")); -}); - Urban.Admin.View = Class.create({ initialize: function(element) { this.element = element;