Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Apr 23, 2015
1 parent f020d87 commit 7022cb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/hash.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var u = 'undefined', o = 'object';
(function (klass){
o === typeof exports ? (module.exports = klass) :
o === typeof exports ? module.exports = klass :
o === typeof Package && Package.meteor ? WaysAddressBarHash = klass :
this.WaysAddressBarHash = klass;
})(
Expand Down
2 changes: 1 addition & 1 deletion lib/history.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var u = 'undefined', o = 'object';
(function (klass){
o === typeof exports ? (module.exports = klass) :
o === typeof exports ? module.exports = klass :
o === typeof Package && Package.meteor ? WaysAddressBarHistory = klass :
this.WaysAddressBarHistory = klass;
})(
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var u = 'undefined', o = 'object';
(function (klass){
o === typeof exports ? (module.exports = klass) :
o === typeof exports ? module.exports = klass :
o === typeof Package && Package.meteor ? WaysAddressBar = klass :
this.WaysAddressBar = klass;
})(
Expand Down

0 comments on commit 7022cb3

Please sign in to comment.