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