Trying to remove the selector element

This commit is contained in:
houseofyin 2013-06-01 14:11:56 -04:00
parent 6385b0a296
commit e36f7ed414

View File

@ -236,6 +236,7 @@ $.Viewer = function( options ) {
style.position = "absolute"; style.position = "absolute";
style.top = "0px"; style.top = "0px";
style.left = "0px"; style.left = "0px";
style.resize = "none";
}( this.keyboardCommandArea.style )); }( this.keyboardCommandArea.style ));
this.container.insertBefore( this.canvas, this.container.firstChild ); this.container.insertBefore( this.canvas, this.container.firstChild );