mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 09:25:29 +00:00
fix gulp checkstyle errors
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user