Skip to content

Commit

Permalink
Fix the loop ui-showcase - fallout from bug 1066506, define getBoolPr…
Browse files Browse the repository at this point in the history
…eference in the fake mozLoop api. rs=dmose over irc DONTBUILD
  • Loading branch information
Standard8 committed Sep 16, 2014
1 parent 15b6a67 commit fdb61c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion browser/components/loop/ui/fake-mozLoop.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
* @type {Object}
*/
navigator.mozLoop = {
getLoopCharPref: function() {}
getLoopCharPref: function() {},
getLoopBoolPref: function() {}
};

0 comments on commit fdb61c0

Please sign in to comment.