added name function in extend

This commit is contained in:
Hayko Koryun 2015-03-24 15:10:39 +04:00
parent d3121a6676
commit 679f36cc5f

View File

@ -117,7 +117,8 @@ define([
this.__input.value = this.__truncationSuspended ? this.getValue() : roundToDecimal(this.getValue(), this.__precision); this.__input.value = this.__truncationSuspended ? this.getValue() : roundToDecimal(this.getValue(), this.__precision);
return NumberControllerBox.superclass.prototype.updateDisplay.call(this); return NumberControllerBox.superclass.prototype.updateDisplay.call(this);
} },
name: function() {}
} }