Permalink
Please sign in to comment.
Showing
with
117 additions
and 110 deletions.
- +5 −2 .jscsrc
- +1 −1 build/files.js
- +1 −1 build/release.js
- +1 −1 build/tasks/alias.js
- +1 −1 build/tasks/cssbuild.js
- +6 −6 build/tasks/modules.js
- +2 −2 build/tasks/options/copy.js
- +1 −1 build/tasks/options/coveralls.js
- +5 −1 build/tasks/options/jscs.js
- +2 −2 build/tasks/options/qunit.js
- +1 −1 js/widgets/controlgroup.backcompat.js
- +6 −6 js/widgets/fixedToolbar.backcompat.js
- +4 −4 js/widgets/fixedToolbar.js
- +1 −1 js/widgets/fixedToolbar.tapToggle.js
- +13 −13 js/widgets/forms/slider.js
- +1 −1 js/widgets/loader.backcompat.js
- +1 −1 js/widgets/navbar.morebutton.js
- +1 −1 js/widgets/popup.js
- +1 −1 js/widgets/toolbar.js
- +1 −1 tests/integration/dialog/dialog_events.js
- +2 −2 tests/integration/fixed-toolbar/fixedToolbar.js
- +16 −16 tests/integration/listview/listview_core.js
- +7 −7 tests/integration/navigation/navigation_core.js
- +2 −2 tests/integration/popup/popup_core.js
- +1 −1 tests/integration/select/select_cached.js
- +1 −1 tests/integration/select/select_core.js
- +1 −1 tests/unit/degrade-inputs/degradeInputs.js
- +1 −1 tests/unit/fixed-toolbar/fixedToolbar.js
- +1 −1 tests/unit/flipswitch/flipswitch_backcompat.js
- +1 −1 tests/unit/flipswitch/flipswitch_core.js
- +1 −1 tests/unit/init/init_dialog.js
- +6 −6 tests/unit/loader/loader_core.js
- +1 −1 tests/unit/navbar/navbar_backcompat.js
- +1 −1 tests/unit/navbar/navbar_core.js
- +2 −2 tests/unit/pagecontainer/pagecontainer_core.js
- +3 −3 tests/unit/panel/panel_core.js
- +1 −1 tests/unit/rangeslider/rangeslider_backcompat.js
- +3 −3 tests/unit/rangeslider/rangeslider_core.js
- +2 −2 tests/unit/slider/slider_backcompat.js
- +1 −1 tests/unit/slider/slider_core.js
- +6 −6 tests/unit/slider/slider_events.js
- +2 −2 tests/unit/textinput/textinput_core.js
| @@ -1,3 +1,6 @@ | ||
| { | ||
| - "preset": "jquery" | ||
| -} | ||
| + "preset": "jquery", | ||
| + | ||
| + // We want to output all errors | ||
| + "maxErrors": 1000000 | ||
| +} |
Oops, something went wrong.
0 comments on commit
554985b