From 876673b59dceacfd569395190b9b72bb65b9a241 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 23 Apr 2011 20:09:43 +0200 Subject: [PATCH] fix app --- source/js/Ox.App.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/js/Ox.App.js b/source/js/Ox.App.js index 74cd3594..e45fbfb1 100644 --- a/source/js/Ox.App.js +++ b/source/js/Ox.App.js @@ -124,10 +124,6 @@ Ox.App = (function() { }; - that.bindEvent = function() { - - }; - that.options = function() { return Ox.getset(self.options, Array.prototype.slice.call(arguments), self.change, that); };