Merge pull request #968 from StanAngeloff/patch-1

Tiny spelling error, no functional changes.
This commit is contained in:
brad dunbar
2012-02-07 05:13:24 -08:00

View File

@@ -951,7 +951,7 @@
//
// The options object can contain `trigger: true` if you wish to have the
// route callback be fired (not usually desirable), or `replace: true`, if
// you which to modify the current URL without adding an entry to the history.
// you wish to modify the current URL without adding an entry to the history.
navigate: function(fragment, options) {
if (!historyStarted) return false;
if (!options || options === true) options = {trigger: options};