]> source.dussan.org Git - jquery-ui.git/commit
Tests: Fix AMD loading in IE8
authorScott González <scott.gonzalez@gmail.com>
Fri, 17 Apr 2015 16:13:38 +0000 (12:13 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 17 Apr 2015 16:13:38 +0000 (12:13 -0400)
commit6231b161b92d28bdb6657cdd1f7d11436e6b132d
treef5e4855b709195a920acedaed0fcfdfe74ad8596
parent45797b9b4166a4d2e883cea9712e075bb484e337
Tests: Fix AMD loading in IE8

It appears that we must load require.js via a standard script tag in order
for it to work properly in IE8.
27 files changed:
Gruntfile.js
tests/.jshintrc
tests/lib/bootstrap.js
tests/unit/accordion/accordion.html
tests/unit/autocomplete/autocomplete.html
tests/unit/button/button.html
tests/unit/core/core.html
tests/unit/datepicker/datepicker.html
tests/unit/dialog/deprecated.html
tests/unit/dialog/dialog.html
tests/unit/draggable/draggable.html
tests/unit/droppable/deprecated.html
tests/unit/droppable/droppable.html
tests/unit/effects/effects.html
tests/unit/menu/menu.html
tests/unit/position/position.html
tests/unit/progressbar/progressbar.html
tests/unit/resizable/resizable.html
tests/unit/selectable/selectable.html
tests/unit/selectmenu/selectmenu.html
tests/unit/slider/slider.html
tests/unit/sortable/sortable.html
tests/unit/spinner/spinner.html
tests/unit/tabs/tabs.html
tests/unit/tooltip/deprecated.html
tests/unit/tooltip/tooltip.html
tests/unit/widget/widget.html