moving pairing options to core, do not disable ble in core (#402)

* moving pairing options to core, do not disable ble in core

* moving default pairing settings into core
This commit is contained in:
Peli de Halleux
2017-05-19 06:35:23 -07:00
committed by GitHub
parent a5a67afc59
commit 7af5b009cc
3 changed files with 58 additions and 61 deletions

View File

@ -1,5 +1,5 @@
{
"Math.abs": "Returns the absolute value of a number (the value without regard to whether it is positive or negative). \nFor example, the absolute value of -5 is the same as the absolute value of 5.",
"Math.abs": "Returns the absolute value of a number (the value without regard to whether it is positive or negative).\nFor example, the absolute value of -5 is the same as the absolute value of 5.",
"Math.abs|param|x": "A numeric expression for which the absolute value is needed.",
"Math.max": "Returns the larger of two supplied numeric expressions.",
"Math.min": "Returns the smaller of two supplied numeric expressions.",