Skip to content

Commit c760f41

Browse files
authored
Update jquery to 3.2.1. (#1500)
1 parent 82390a1 commit c760f41

File tree

621 files changed

+621
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

621 files changed

+621
-621
lines changed

lib/templates/_footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- footer-text placeholder -->
1313
</footer>
1414

15-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
15+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
1616
<script src="static-assets/typeahead.bundle.min.js"></script>
1717
<script src="static-assets/highlight.pack.js"></script>
1818
<script src="static-assets/URI.js"></script>

testing/test_package_docs/anonymous_library/anonymous_library-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5>library anonymous_library</h5>
107107

108108
</footer>
109109

110-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
110+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
111111
<script src="static-assets/typeahead.bundle.min.js"></script>
112112
<script src="static-assets/highlight.pack.js"></script>
113113
<script src="static-assets/URI.js"></script>

testing/test_package_docs/anonymous_library/doesStuff.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h5>function doesStuff</h5>
7777

7878
</footer>
7979

80-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
80+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
8181
<script src="static-assets/typeahead.bundle.min.js"></script>
8282
<script src="static-assets/highlight.pack.js"></script>
8383
<script src="static-assets/URI.js"></script>

testing/test_package_docs/another_anonymous_lib/another_anonymous_lib-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5>library another_anonymous_lib</h5>
107107

108108
</footer>
109109

110-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
110+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
111111
<script src="static-assets/typeahead.bundle.min.js"></script>
112112
<script src="static-assets/highlight.pack.js"></script>
113113
<script src="static-assets/URI.js"></script>

testing/test_package_docs/another_anonymous_lib/greeting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h5>function greeting</h5>
7777

7878
</footer>
7979

80-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
80+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
8181
<script src="static-assets/typeahead.bundle.min.js"></script>
8282
<script src="static-assets/highlight.pack.js"></script>
8383
<script src="static-assets/URI.js"></script>

testing/test_package_docs/code_in_comments/code_in_comments-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h5>library code_in_comments</h5>
101101

102102
</footer>
103103

104-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
104+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
105105
<script src="static-assets/typeahead.bundle.min.js"></script>
106106
<script src="static-assets/highlight.pack.js"></script>
107107
<script src="static-assets/URI.js"></script>

testing/test_package_docs/css/css-library.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h5>library css</h5>
111111

112112
</footer>
113113

114-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
114+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
115115
<script src="static-assets/typeahead.bundle.min.js"></script>
116116
<script src="static-assets/highlight.pack.js"></script>
117117
<script src="static-assets/URI.js"></script>

testing/test_package_docs/css/theOnlyThingInTheLibrary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h5>top-level property theOnlyThingInTheLibrary</h5>
7878

7979
</footer>
8080

81-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
81+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
8282
<script src="static-assets/typeahead.bundle.min.js"></script>
8383
<script src="static-assets/highlight.pack.js"></script>
8484
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Animal-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h5>enum Animal</h5>
274274

275275
</footer>
276276

277-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
277+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
278278
<script src="static-assets/typeahead.bundle.min.js"></script>
279279
<script src="static-assets/highlight.pack.js"></script>
280280
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Animal/hashCode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h5>property hashCode</h5>
9696

9797
</footer>
9898

99-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
99+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
100100
<script src="static-assets/typeahead.bundle.min.js"></script>
101101
<script src="static-assets/highlight.pack.js"></script>
102102
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Animal/noSuchMethod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h5>method noSuchMethod</h5>
9191

9292
</footer>
9393

94-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
94+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
9595
<script src="static-assets/typeahead.bundle.min.js"></script>
9696
<script src="static-assets/highlight.pack.js"></script>
9797
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Animal/operator_equals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h5>method operator ==</h5>
9191

9292
</footer>
9393

94-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
94+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
9595
<script src="static-assets/typeahead.bundle.min.js"></script>
9696
<script src="static-assets/highlight.pack.js"></script>
9797
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Animal/runtimeType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h5>property runtimeType</h5>
9696

9797
</footer>
9898

99-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
99+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
100100
<script src="static-assets/typeahead.bundle.min.js"></script>
101101
<script src="static-assets/highlight.pack.js"></script>
102102
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Animal/toString.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h5>method toString</h5>
9191

9292
</footer>
9393

94-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
94+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
9595
<script src="static-assets/typeahead.bundle.min.js"></script>
9696
<script src="static-assets/highlight.pack.js"></script>
9797
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ <h5>class Apple</h5>
379379

380380
</footer>
381381

382-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
382+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
383383
<script src="static-assets/typeahead.bundle.min.js"></script>
384384
<script src="static-assets/highlight.pack.js"></script>
385385
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/Apple.fromString.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h5>constructor Apple.fromString</h5>
103103

104104
</footer>
105105

106-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
106+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
107107
<script src="static-assets/typeahead.bundle.min.js"></script>
108108
<script src="static-assets/highlight.pack.js"></script>
109109
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/Apple.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h5>constructor Apple</h5>
106106

107107
</footer>
108108

109-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
109+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
110110
<script src="static-assets/typeahead.bundle.min.js"></script>
111111
<script src="static-assets/highlight.pack.js"></script>
112112
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/fieldWithTypedef.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5>property fieldWithTypedef</h5>
107107

108108
</footer>
109109

110-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
110+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
111111
<script src="static-assets/typeahead.bundle.min.js"></script>
112112
<script src="static-assets/highlight.pack.js"></script>
113113
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/hashCode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5>property hashCode</h5>
107107

108108
</footer>
109109

110-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
110+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
111111
<script src="static-assets/typeahead.bundle.min.js"></script>
112112
<script src="static-assets/highlight.pack.js"></script>
113113
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/isGreaterThan.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>method isGreaterThan</h5>
102102

103103
</footer>
104104

105-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
105+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
106106
<script src="static-assets/typeahead.bundle.min.js"></script>
107107
<script src="static-assets/highlight.pack.js"></script>
108108
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/m.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5>property m</h5>
107107

108108
</footer>
109109

110-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
110+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
111111
<script src="static-assets/typeahead.bundle.min.js"></script>
112112
<script src="static-assets/highlight.pack.js"></script>
113113
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/m1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5>method m1</h5>
107107

108108
</footer>
109109

110-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
110+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
111111
<script src="static-assets/typeahead.bundle.min.js"></script>
112112
<script src="static-assets/highlight.pack.js"></script>
113113
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/methodWithTypedefParam.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>method methodWithTypedefParam</h5>
102102

103103
</footer>
104104

105-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
105+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
106106
<script src="static-assets/typeahead.bundle.min.js"></script>
107107
<script src="static-assets/highlight.pack.js"></script>
108108
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/n-constant.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h5>property n</h5>
104104

105105
</footer>
106106

107-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
107+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
108108
<script src="static-assets/typeahead.bundle.min.js"></script>
109109
<script src="static-assets/highlight.pack.js"></script>
110110
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/noSuchMethod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>method noSuchMethod</h5>
102102

103103
</footer>
104104

105-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
105+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
106106
<script src="static-assets/typeahead.bundle.min.js"></script>
107107
<script src="static-assets/highlight.pack.js"></script>
108108
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/operator_equals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>method operator ==</h5>
102102

103103
</footer>
104104

105-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
105+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
106106
<script src="static-assets/typeahead.bundle.min.js"></script>
107107
<script src="static-assets/highlight.pack.js"></script>
108108
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/operator_multiply.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>method operator *</h5>
102102

103103
</footer>
104104

105-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
105+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
106106
<script src="static-assets/typeahead.bundle.min.js"></script>
107107
<script src="static-assets/highlight.pack.js"></script>
108108
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/paramFromExportLib.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>method paramFromExportLib</h5>
102102

103103
</footer>
104104

105-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
105+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
106106
<script src="static-assets/typeahead.bundle.min.js"></script>
107107
<script src="static-assets/highlight.pack.js"></script>
108108
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/printMsg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>method printMsg</h5>
102102

103103
</footer>
104104

105-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
105+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
106106
<script src="static-assets/typeahead.bundle.min.js"></script>
107107
<script src="static-assets/highlight.pack.js"></script>
108108
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/runtimeType.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h5>property runtimeType</h5>
107107

108108
</footer>
109109

110-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
110+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
111111
<script src="static-assets/typeahead.bundle.min.js"></script>
112112
<script src="static-assets/highlight.pack.js"></script>
113113
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/s.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h5>property s</h5>
122122

123123
</footer>
124124

125-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
125+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
126126
<script src="static-assets/typeahead.bundle.min.js"></script>
127127
<script src="static-assets/highlight.pack.js"></script>
128128
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/string.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h5>property string</h5>
104104

105105
</footer>
106106

107-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
107+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
108108
<script src="static-assets/typeahead.bundle.min.js"></script>
109109
<script src="static-assets/highlight.pack.js"></script>
110110
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/toString.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h5>method toString</h5>
102102

103103
</footer>
104104

105-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
105+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
106106
<script src="static-assets/typeahead.bundle.min.js"></script>
107107
<script src="static-assets/highlight.pack.js"></script>
108108
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/Apple/whataclass.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h5>method whataclass</h5>
105105

106106
</footer>
107107

108-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
108+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
109109
<script src="static-assets/typeahead.bundle.min.js"></script>
110110
<script src="static-assets/highlight.pack.js"></script>
111111
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B-class.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ <h5>class B</h5>
401401

402402
</footer>
403403

404-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
404+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
405405
<script src="static-assets/typeahead.bundle.min.js"></script>
406406
<script src="static-assets/highlight.pack.js"></script>
407407
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B/B.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ <h5>constructor B</h5>
104104

105105
</footer>
106106

107-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
107+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
108108
<script src="static-assets/typeahead.bundle.min.js"></script>
109109
<script src="static-assets/highlight.pack.js"></script>
110110
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B/abstractMethod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h5>method abstractMethod</h5>
108108

109109
</footer>
110110

111-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
111+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
112112
<script src="static-assets/typeahead.bundle.min.js"></script>
113113
<script src="static-assets/highlight.pack.js"></script>
114114
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B/autoCompress.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h5>property autoCompress</h5>
109109

110110
</footer>
111111

112-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
112+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
113113
<script src="static-assets/typeahead.bundle.min.js"></script>
114114
<script src="static-assets/highlight.pack.js"></script>
115115
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B/doNothing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h5>method doNothing</h5>
108108

109109
</footer>
110110

111-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
111+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
112112
<script src="static-assets/typeahead.bundle.min.js"></script>
113113
<script src="static-assets/highlight.pack.js"></script>
114114
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B/isImplemented.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h5>property isImplemented</h5>
108108

109109
</footer>
110110

111-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
111+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
112112
<script src="static-assets/typeahead.bundle.min.js"></script>
113113
<script src="static-assets/highlight.pack.js"></script>
114114
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h5>property list</h5>
108108

109109
</footer>
110110

111-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
111+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
112112
<script src="static-assets/typeahead.bundle.min.js"></script>
113113
<script src="static-assets/highlight.pack.js"></script>
114114
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B/m1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h5>method m1</h5>
113113

114114
</footer>
115115

116-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
116+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
117117
<script src="static-assets/typeahead.bundle.min.js"></script>
118118
<script src="static-assets/highlight.pack.js"></script>
119119
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B/s.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h5>property s</h5>
123123

124124
</footer>
125125

126-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
126+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
127127
<script src="static-assets/typeahead.bundle.min.js"></script>
128128
<script src="static-assets/highlight.pack.js"></script>
129129
<script src="static-assets/URI.js"></script>

testing/test_package_docs/ex/B/writeMsg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h5>method writeMsg</h5>
103103

104104
</footer>
105105

106-
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
106+
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
107107
<script src="static-assets/typeahead.bundle.min.js"></script>
108108
<script src="static-assets/highlight.pack.js"></script>
109109
<script src="static-assets/URI.js"></script>

0 commit comments

Comments
 (0)