Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zynga/viewporter
Browse files Browse the repository at this point in the history
  • Loading branch information
pbakaus committed May 10, 2012
2 parents 0c7efc5 + 62f7034 commit 4399e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewporter.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var viewporter;
var that = this; var that = this;


// Scroll away the header, but not in Chrome // Scroll away the header, but not in Chrome
this.IS_ANDROID = /Android/.test(navigator.userAgent) && !/CrMo/.test(navigator.userAgent); this.IS_ANDROID = /Android/.test(navigator.userAgent) && !/Chrome/.test(navigator.userAgent);


var _onReady = function() { var _onReady = function() {


Expand Down

0 comments on commit 4399e9b

Please sign in to comment.