Only works on the last NumberController element at the moment

This commit is contained in:
jonobr1 2011-01-23 16:49:28 -08:00
parent 9394f945bd
commit fc5830333b

View File

@ -6,6 +6,7 @@ var Controller = function() {
this.propertyName = arguments[1];
};
// Only works on the last one
var NumberController = function() {
Controller.apply(this, arguments);