js/foundation/system/system.js in rsence-pre-2.1.0.21 vs js/foundation/system/system.js in rsence-pre-2.1.8.0

- old
+ new

@@ -300,20 +300,22 @@ /** Flushes the z-indexes. This is a fairly expensive operation, * thas's why the info is buffered. **/ _flushUpdateZIndexOfChilden: function() { - var j=0, // buffer index - - // reference to the HSystem namespace - _this = HSystem, - - // reference to the buffer - _buffer = _this._updateZIndexOfChildrenBuffer, - - // the length of the buffer - _bufLen = _buffer.length; - + var + + j = 0, // buffer index + + // reference to the HSystem namespace + _this = HSystem, + + // reference to the buffer + _buffer = _this._updateZIndexOfChildrenBuffer, + + // the length of the buffer + _bufLen = _buffer.length; + // loop buffer length times to get the items for ( ; j < _bufLen; j++ ) { // get and remove view the view id from the z-index flush status buffer: