guy 6 years ago
parent
commit
4a2aac5bb3
  1. 2
      dist/fix/fix-1.0.js

2
dist/fix/fix-1.0.js vendored

@ -1423,7 +1423,7 @@ BI.WRouter = BI.inherit(BI.Router, {
get: function (fragment) {
var result = null;
_.any(this.handlers, function (handler) {
_.some(this.handlers, function (handler) {
if (handler.route.test(fragment)) {
result = handler.callback(fragment);
return true;

Loading…
Cancel
Save