mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[Layout] Code Style Issues
This commit is contained in:
parent
b661b4737e
commit
39fe2fd7b6
@ -56,7 +56,7 @@ define(
|
||||
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.editY = new AccessorMutator(element, 'y', proxy.checkNumeric);
|
||||
|
||||
return proxy;
|
||||
}
|
||||
|
@ -53,7 +53,7 @@ define(
|
||||
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.editY = new AccessorMutator(element, 'y', proxy.checkNumeric);
|
||||
|
||||
return proxy;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user