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