Skip to content

Commit 83f89a3

Browse files
committed
remove FIXME. Not fixed anymore in API V1 because V1 is deprecated
1 parent 4b3b973 commit 83f89a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/javascript/v1/josm/mixin/JSActionMixin.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,6 @@ exports.mixin.addToMenu = function(menu, index) {
220220
util.assert(index >= 0,
221221
"index: expected a number >= 0, got {0}", index);
222222
}
223-
// FIXME support for named options
224-
// options = options || {};
225-
// util.assert(typeof options === "object", "options: expected an object,
226-
// got {0}", options);
227-
// var inExpertModeOnly = util.isDef(options.inExpertModeOnly)
228-
// ? false : Boolean(options.inExpertModeOnly);
229223
var inExpertModeOnly = false;
230224
if (util.isDef(index)) {
231225
MainMenu.add(menu, this, inExpertModeOnly, index);

0 commit comments

Comments
 (0)