Run:
npm install [email protected]
node build.js
Then browse index.html
.
Run:
npm install [email protected]
node build.js
Then browse index.html
.
node_modules |
git clone https://github.com/jquery/jquery-ui.git
cd jquery-ui
git checkout ref-1029-css-dependency-comments
npm install builder-jquery-css async glob
wget https://gist.githubusercontent.com/rxaviers/01ab3bc43bf9f42c769f/raw/3b7295b66ebc0e2d7b4753780f6075131b086409/build-css.js
node build-css.js
function decimalAdjust(type, value, increment) { | |
increment = increment || 1; | |
// If the exp is undefined or zero... | |
if (increment === undefined || increment === 1) { | |
return Math[type](value); | |
} | |
value = +value; | |
// If the value or increment is not a number... | |
if (isNaN(value) || isNaN(increment)) { |
reply jquery/jquery-ui#1384
reply jquery/jquery-ui#1384
Running browserstack-runner against 9e870a3deb0cc4cff42faf5817058baaefca76cb (using Sinon.js on tests) fails on various browsers. See out1 and out2 files. |
Running browserstack-runner against 9351898e6b55228a986a5f549e2a32193854677c (using the custom FakeDate class on tests) passes on all browsers:
Launching 11 worker(s) for 11 run(s).
[Windows 8, Firefox 33.0] Passed: 943 tests, 943 passed, 0 failed; ran for 563ms
[Windows 7, Internet Explorer 9.0] Passed: 943 tests, 943 passed, 0 failed; ran for 552ms
[Windows 8, Chrome 38.0] Passed: 943 tests, 943 passed, 0 failed; ran for 527ms
[Windows 8.1, Firefox 34.0] Passed: 943 tests, 943 passed, 0 failed; ran for 517ms
[Windows 7, Internet Explorer 10.0] Passed: 943 tests, 943 passed, 0 failed; ran for 696ms
[Windows 8.1, Internet Explorer 11.0] Passed: 943 tests, 943 passed, 0 failed; ran for 924ms
@michael-fischer wrote: (see Ref globalizejs/globalize#357 (comment))
@rxaviers,
Short version:
I guess my thought boils down to that if you use the Language-Region your message table still needs to be keyed of the language So even if you use .Globalize( "de-DE" )
you still need to have the language in your json.
Longer version:
reply jquery/jquery-ui#1384