Skip to content

Commit

Permalink
Correct docs for Transition#trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Jan 28, 2014
1 parent 8e9d623 commit 20aaa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/router/transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Transition.prototype = {
Note: This method is also aliased as `send`
@param {Boolean} ignoreFailure the name of the event to fire
@param {Boolean} [ignoreFailure=false] a boolean specifying whether unhandled events throw an error
@param {String} name the name of the event to fire
*/
trigger: function (ignoreFailure) {
Expand Down

0 comments on commit 20aaa1e

Please sign in to comment.