Skip to content

Commit acd9167

Browse files
committed
fix documentation for createCommand
1 parent 186b1b1 commit acd9167

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/Widgets/createCommand.js

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ define([
1616
* whether the command can be executed. When executed, a Command function will check the
1717
* value of <code>canExecute</code> and throw if false.
1818
*
19+
* @exports createCommand
20+
*
1921
* @param {Function} func The function to execute.
2022
* @param {Observable} [canExecute=true] An observable indicating if the function can currently be executed.
2123
*/

0 commit comments

Comments
 (0)