This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
< title > PowerTip AMD Test Suite</ title >
6
6
< script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js "> </ script >
7
7
< script type ="text/javascript " src ="amd.js "> </ script >
8
- < link rel ="stylesheet " type ="text/css " href ="https://code.jquery.com/qunit/qunit-2.0.0 .css " />
8
+ < link rel ="stylesheet " type ="text/css " href ="https://code.jquery.com/qunit/qunit-2.0.1 .css " />
9
9
</ head >
10
10
< body >
11
11
< div id ="qunit "> </ div >
Original file line number Diff line number Diff line change 1
1
require . config ( {
2
2
paths : {
3
3
jquery : 'https://code.jquery.com/jquery-1.12.4' ,
4
- qunit : 'https://code.jquery.com/qunit/qunit-2.0.0 ' ,
4
+ qunit : 'https://code.jquery.com/qunit/qunit-2.0.1 ' ,
5
5
'jquery.powertip' : '../dist/jquery.powertip'
6
6
}
7
7
} ) ;
Original file line number Diff line number Diff line change 5
5
< title > PowerTip Test Suite</ title >
6
6
7
7
<!-- QUnit Resources -->
8
- < script type ="text/javascript " src ="https://code.jquery.com/qunit/qunit-2.0.0 .js "> </ script >
9
- < link rel ="stylesheet " type ="text/css " href ="https://code.jquery.com/qunit/qunit-2.0.0 .css " />
8
+ < script type ="text/javascript " src ="https://code.jquery.com/qunit/qunit-2.0.1 .js "> </ script >
9
+ < link rel ="stylesheet " type ="text/css " href ="https://code.jquery.com/qunit/qunit-2.0.1 .css " />
10
10
11
11
<!-- Dynamic jQuery Version Loader -->
12
12
< script type ="text/javascript ">
You can’t perform that action at this time.
0 commit comments