mirror of
https://github.com/nasa/openmct.git
synced 2024-12-29 01:18:52 +00:00
fix gulp checkstyle errors
This commit is contained in:
parent
556296096d
commit
aa336dfd57
@ -229,7 +229,7 @@ define(
|
|||||||
return anchor;
|
return anchor;
|
||||||
},
|
},
|
||||||
position: function (initialValue, newValue) {
|
position: function (initialValue, newValue) {
|
||||||
if(arguments.length === 0){
|
if (arguments.length === 0) {
|
||||||
return getSetPosition();
|
return getSetPosition();
|
||||||
}
|
}
|
||||||
if (initialValue !== newValue) {
|
if (initialValue !== newValue) {
|
||||||
|
Loading…
Reference in New Issue
Block a user