[Layout] Use consistent whitespace

Use consistent whitespace in array literals, WTD-1424.
This commit is contained in:
Victor Woeltjen 2015-08-04 10:00:44 -07:00
parent a4c704a5a2
commit 2ca3c6ea93

View File

@ -27,7 +27,7 @@ define(
"use strict";
var DEFAULT_DIMENSIONS = [ 12, 8 ],
DEFAULT_GRID_SIZE = [32, 32],
DEFAULT_GRID_SIZE = [ 32, 32 ],
MINIMUM_FRAME_SIZE = [ 320, 180 ];
/**