- Fix (regression): Bad name on function passed to path.js
- Linting (ESLint): Fix semi-colon error
This commit is contained in:
@@ -1884,6 +1884,6 @@ const jPicker = function ($) {
|
||||
}
|
||||
};
|
||||
return $;
|
||||
}
|
||||
};
|
||||
|
||||
export default jPicker;
|
||||
|
||||
@@ -664,7 +664,7 @@ pathModule.init({
|
||||
getCurrentMode () {
|
||||
return currentMode;
|
||||
},
|
||||
setCurrentmode (cm) {
|
||||
setCurrentMode (cm) {
|
||||
currentMode = cm;
|
||||
return currentMode;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user