[Layout] Code style
Fix code style issues
This commit is contained in:
committed by
Aaron Doubek-Kraft
parent
54e07ccfdd
commit
65993bd77f
@@ -52,8 +52,8 @@ define(
|
||||
//Expose width and height properties for editing
|
||||
proxy.editWidth = new AccessorMutator(element, 'width', proxy.checkNumeric);
|
||||
proxy.editHeight = new AccessorMutator(element, 'height', proxy.checkNumeric);
|
||||
proxy.editX = new AccessorMutator(element,'x',proxy.checkNumeric);
|
||||
proxy.editY = new AccessorMutator(element,'y', proxy.checkNumeric);
|
||||
proxy.editX = new AccessorMutator(element, 'x', proxy.checkNumeric);
|
||||
proxy.editY = new AccessorMutator(element,' y', proxy.checkNumeric);
|
||||
|
||||
return proxy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user