Skip to content

Commit

Permalink
v2.12.4
Browse files Browse the repository at this point in the history
 - Hot bug fix
  • Loading branch information
dr-dimitru committed Oct 31, 2016
1 parent 95d9070 commit d8aaf58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:[email protected].3
ostrio:[email protected].4
[email protected]
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion client/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Route.prototype.waitOn = function(current, next) {

var getData = function () {
if (self._data) {
if (!self._currentData) {
if (!_data) {
_data = self._currentData = self._data(current.params, current.queryParams);
} else {
_data = self._currentData;
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'ostrio:flow-router-extra',
summary: 'Carefully extended flow-router with waitOn and template context',
version: '2.12.3',
version: '2.12.4',
git: 'https://github.com/VeliovGroup/flow-router'
});

Expand Down

0 comments on commit d8aaf58

Please sign in to comment.