[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -54,7 +54,7 @@ define(
|
||||
* @param {Array} elements the full array of elements
|
||||
*/
|
||||
function ElementProxy(element, index, elements) {
|
||||
this.resizeHandles = [ new ResizeHandle(element, 1, 1) ];
|
||||
this.resizeHandles = [new ResizeHandle(element, 1, 1)];
|
||||
|
||||
/**
|
||||
* The element as stored in the view configuration.
|
||||
|
||||
Reference in New Issue
Block a user