js/foundation/view/view.js in rsence-pre-2.1.0.4.pre vs js/foundation/view/view.js in rsence-pre-2.1.0.6.pre
- old
+ new
@@ -754,11 +754,11 @@
* = Returns
* +self+
**/
markupElemNames: ['bg', 'label', 'state', 'control', 'value', 'subview'],
drawMarkup: function() {
- ELEM.setStyle(this.elemId, 'display', 'none', true);
+ // ELEM.setStyle(this.elemId, 'display', 'none', true);
// continue processing from here on:
var _markupStatus = this._loadMarkup();
this.bindMarkupVariables();
@@ -772,10 +772,10 @@
if( this.markup.indexOf( _htmlIdMatch ) !== -1 ) {
this.markupElemIds[ _partName ] = this.bindDomElement( _elemName );
}
}
- ELEM.setStyle(this.elemId, 'display', this.displayMode );
+ // ELEM.setStyle(this.elemId, 'display', this.displayMode );
return this;
},
/** = Description
* Replaces the contents of the view's DOM element with custom html.