always compile in withCancel
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -607,6 +607,10 @@
|
|||||||
(cc)
|
(cc)
|
||||||
}))
|
}))
|
||||||
|
|
||||||
|
(prop CANCEL_COMMAND "CANCEL CHOICE")
|
||||||
|
(method withCancel [choices]
|
||||||
|
(.concat [CANCEL_COMMAND] choices))
|
||||||
|
|
||||||
(defNew
|
(defNew
|
||||||
[
|
[
|
||||||
// "View" in the Model-View-Controller architecture:
|
// "View" in the Model-View-Controller architecture:
|
||||||
@@ -710,10 +714,6 @@
|
|||||||
}))
|
}))
|
||||||
(shortcutHandler.registerItem "[d]efine [d]elay" redefineLastDelay)
|
(shortcutHandler.registerItem "[d]efine [d]elay" redefineLastDelay)
|
||||||
|
|
||||||
(prop CANCEL_COMMAND "CANCEL CHOICE")
|
|
||||||
(method withCancel [choices]
|
|
||||||
(.concat [CANCEL_COMMAND] choices))
|
|
||||||
|
|
||||||
(shortcutHandler.registerItem "[d]efine [m]isc [i]nt"
|
(shortcutHandler.registerItem "[d]efine [m]isc [i]nt"
|
||||||
->cc
|
->cc
|
||||||
(unless doingSomething (set doingSomething true)
|
(unless doingSomething (set doingSomething true)
|
||||||
|
Reference in New Issue
Block a user