Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Capitalized Deferred & _Deferred to clearly mark them as new types, l…
…ike Event.
- Loading branch information
unknown
authored and
unknown
committed
Dec 24, 2010
1 parent
d303687
commit 1e1a9c7
Showing
3 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I don't love that the default value for this argument ends up being true if it's not passed in. Could the arg name be changed to "preventCancel" or similar, so that the value of the arg wouldn't need to be forced to true if it's undefined?