mirror of
https://github.com/nasa/openmct.git
synced 2025-01-11 15:32:56 +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.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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user