Use spaces not tabs

Phew...flame war averted.   ;)
This commit is contained in:
Rick Smith 2015-06-23 16:08:18 -06:00
parent b1c6a75c49
commit d2f1e432cd

View File

@ -283,9 +283,9 @@
style.top = position.y + "px";
style.position = "absolute";
if (style.display != 'none') {
if (style.display != 'none') {
style.display = 'block';
}
}
if ( scales ) {
style.width = size.x + "px";