From 9fb02aef694d907ab95bcfb814192af8c2a3c242 Mon Sep 17 00:00:00 2001 From: Gaia Pushbot Date: Thu, 17 Oct 2013 02:31:24 -0700 Subject: [PATCH] Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-central/rev/dbe7543ce99b Author: lissyx Desc: Merge pull request #12911 from lissyx/bug906296 Bug 906296 - Ensure that settings from range value are Numbers ======== https://hg.mozilla.org/integration/gaia-central/rev/13c7ccd68db5 Author: Alexandre Lissy Desc: Bug 906296 - Ensure that settings from range value are Numbers When storing the settings that comes from a range input, we do some rounding using toFixed(). Unfortunately, toFixed() returns a String. Changes in the Gecko handling of some of the settings (namely, audio policy) makes usage of String impossible and we need to ensure that we pass some Number. We thus change the code to perform a supplementary parseFloat() after toFixed() to ensure this. --- b2g/config/gaia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2g/config/gaia.json b/b2g/config/gaia.json index 915fc05719c..b8160a12a7e 100644 --- a/b2g/config/gaia.json +++ b/b2g/config/gaia.json @@ -1,4 +1,4 @@ { - "revision": "8007ba6d191e72372f4d4f0e21c07c5d3992fb13", + "revision": "dbe7543ce99b1a503bea1129bcfc33bc35a981fb", "repo_path": "/integration/gaia-central" }