Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Dec 1, 2016
1 parent 209a9d1 commit 678e576
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/tarantino.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Router.prototype.configure = function (options) {
this.resource = options.resource;

// Client only, but browser.js does not include a super implementation
this.history = (options.html5history && this.historySupport) || false;
this.history = ((options.html5history === true || options.html5history === undefined) && this.historySupport) || false;
this.run_in_init = (this.history === true && options.run_handler_in_init !== false);
this.convert_hash_in_init = (this.history === true && options.convert_hash_in_init !== false);

Expand Down
Loading

0 comments on commit 678e576

Please sign in to comment.