function createSpinner(uid) {
var __temp__ = createCommonIUControl(uid, 'INPUT', 'GO_UI_SPINNER');
__temp__.type = 'number';
- //$("#" + getIdString(uid)).TouchSpin({verticalbuttons: true});
- return __temp__;
+ //$("#" + getIdString(uid)).TouchSpin({verticalbuttons: true});
+ return __temp__;
}
function createTab(uid) {
function deleteObject(uid) {
var __child__ = getElementById(uid);
- if(__child__) {
- __child__.parentNode.removeChild(__child__);
- }
+ if(__child__) {
+ __child__.parentNode.removeChild(__child__);
+ }
}
\ No newline at end of file