From fc5830333b0a28b394a7d250f98b345b4bbe5639 Mon Sep 17 00:00:00 2001 From: jonobr1 Date: Sun, 23 Jan 2011 16:49:28 -0800 Subject: [PATCH] Only works on the last NumberController element at the moment --- controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/controller.js b/controller.js index 24ec70c..e753cc5 100644 --- a/controller.js +++ b/controller.js @@ -6,6 +6,7 @@ var Controller = function() { this.propertyName = arguments[1]; }; +// Only works on the last one var NumberController = function() { Controller.apply(this, arguments);