Skip to content

Commit

Permalink
Adding call(this)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Feb 17, 2011
1 parent 0749404 commit 9123664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Browser/Mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ if (this.devicePixelRatio == 2)

Browser.isMobile = !['mac', 'linux', 'win'].contains(Browser.Platform.name);

})();
}).call(this);

0 comments on commit 9123664

Please sign in to comment.