js/foundation/system/system.js in rsence-pre-2.2.0.15 vs js/foundation/system/system.js in rsence-pre-2.2.0.16
- old
+ new
@@ -329,11 +329,10 @@
// the length of the view's z-index array
_viewLen = _views.length,
// reference to the setStyle method of the element manager
- _setStyl = ELEM.setStyle,
// reference to HSystem.views (collection of all views, by index)
_sysViews = _this.views,
// assign variables for use inside the inner loop:
@@ -369,10 +368,10 @@
// the element id of the view
_elemId = _view[ _elemIdStr ];
// do the element manager call itself to update the dom property
- _setStyl( _elemId, _zIdxStr, i );
+ ELEM.setStyle( _elemId, _zIdxStr, i );
}
}
}
};