[Layout] Code Style Issues
This commit is contained in:
committed by
Aaron Doubek-Kraft
parent
65993bd77f
commit
515ea7caf8
@@ -56,7 +56,7 @@ define(
|
|||||||
proxy.editWidth = new AccessorMutator(element, 'width', proxy.checkNumeric);
|
proxy.editWidth = new AccessorMutator(element, 'width', proxy.checkNumeric);
|
||||||
proxy.editHeight = new AccessorMutator(element, 'height', proxy.checkNumeric);
|
proxy.editHeight = new AccessorMutator(element, 'height', proxy.checkNumeric);
|
||||||
proxy.editX = new AccessorMutator(element, 'x', proxy.checkNumeric);
|
proxy.editX = new AccessorMutator(element, 'x', proxy.checkNumeric);
|
||||||
proxy.editY = new AccessorMutator(element,' y', proxy.checkNumeric);
|
proxy.editY = new AccessorMutator(element, 'y', proxy.checkNumeric);
|
||||||
|
|
||||||
return proxy;
|
return proxy;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ define(
|
|||||||
proxy.editWidth = new AccessorMutator(element, 'width', proxy.checkNumeric);
|
proxy.editWidth = new AccessorMutator(element, 'width', proxy.checkNumeric);
|
||||||
proxy.editHeight = new AccessorMutator(element, 'height', proxy.checkNumeric);
|
proxy.editHeight = new AccessorMutator(element, 'height', proxy.checkNumeric);
|
||||||
proxy.editX = new AccessorMutator(element, 'x', proxy.checkNumeric);
|
proxy.editX = new AccessorMutator(element, 'x', proxy.checkNumeric);
|
||||||
proxy.editY = new AccessorMutator(element,' y', proxy.checkNumeric);
|
proxy.editY = new AccessorMutator(element, 'y', proxy.checkNumeric);
|
||||||
|
|
||||||
return proxy;
|
return proxy;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user