Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Require 2.1 for native FxA (bug 1070269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Sep 22, 2014
1 parent 70bb1b8 commit a376c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media/js/commonplace/capabilities.js
Expand Up @@ -36,7 +36,7 @@ define('capabilities', ['settings'], function(settings) {
static_caps.nativeFxA = function() {
return (static_caps.firefoxOS &&
window.location.protocol === 'app:' &&
navigator.userAgent.match(/rv:(\d{2})/)[1] >= 32);
navigator.userAgent.match(/rv:(\d{2})/)[1] >= 34);

};
static_caps.fallbackFxA = function() {
Expand Down

0 comments on commit a376c1b

Please sign in to comment.