Skip to content

Commit

Permalink
release 3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ximing committed Aug 1, 2017
1 parent 4c205c4 commit 1586dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/initRab.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function initRab(createOpts) {
return function rab() {
var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};

options = Object.assign({}, options, { historyFirstCall: true });
options = Object.assign({ historyFirstCall: true }, options);
// history and initialState does not pass to plugin
var history = options.history || defaultHistory;
var initialState = options.initialState || {};
Expand Down

0 comments on commit 1586dd6

Please sign in to comment.