Skip to content

Commit

Permalink
more whitespace fixes, refs #12672 !strict
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.dojotoolkit.org/src/dojo/trunk@24380 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
wkeese committed Apr 18, 2011
1 parent 78425c7 commit 1ac83da
Show file tree
Hide file tree
Showing 9 changed files with 369 additions and 369 deletions.
2 changes: 1 addition & 1 deletion _base/Deferred.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ define(["./kernel", "./lang"], function(dojo){
// Callbacks are allowed to return promises themselves, so
// you can build complicated sequences of events with ease.
//
// The creator of the Deferred may specify a canceller. The canceller
// The creator of the Deferred may specify a canceller. The canceller
// is a function that will be called if Deferred.cancel is called
// before the Deferred fires. You can use this to implement clean
// aborting of an XMLHttpRequest, etc. Note that cancel will fire the
Expand Down
Loading

0 comments on commit 1ac83da

Please sign in to comment.