Skip to content

Commit 7aa8d8b

Browse files
committed
Updated jQuery references to version 1.12.4.
1 parent 01cadc6 commit 7aa8d8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#events-examples input, #api-examples input { margin: 10px; padding: 10px 30px; }
1313
</style>
1414
<!-- Include jQuery and PowerTip -->
15-
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.3.js"></script>
15+
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script>
1616
<!-- begin-scripts -->
1717
<script type="text/javascript" src="../src/core.js"></script>
1818
<script type="text/javascript" src="../src/csscoordinates.js"></script>

test/amd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require.config({
22
paths: {
3-
jquery: 'https://code.jquery.com/jquery-1.12.3',
3+
jquery: 'https://code.jquery.com/jquery-1.12.4',
44
qunit: 'https://code.jquery.com/qunit/qunit-1.23.1',
55
'jquery.powertip': '../dist/jquery.powertip'
66
}

test/edge-cases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>PowerTip Edge Case Tests</title>
66

77
<!-- Library Resources -->
8-
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.3.js"></script>
8+
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script>
99

1010
<!-- PowerTip Core Resources -->
1111
<script type="text/javascript" src="../src/core.js"></script>

test/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>PowerTip Test Suite</title>
66

77
<!-- Library Resources -->
8-
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.3.js"></script>
8+
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.js"></script>
99
<script type="text/javascript" src="https://code.jquery.com/qunit/qunit-1.23.1.js"></script>
1010
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/qunit/qunit-1.23.1.css" />
1111

0 commit comments

Comments
 (0)