Merge branch 'master' of github.com:siebrand/jquery.uls into siebrand-master
Change-Id: I3795440ca3306fd5c1c16ffc3c247b0cf2a528d8
This commit is contained in:
9472
examples/resources/jquery.js
vendored
9472
examples/resources/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
9472
libs/jquery.js
vendored
9472
libs/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -70,6 +70,7 @@
|
|||||||
show: function () {
|
show: function () {
|
||||||
if ( this.cache ) {
|
if ( this.cache ) {
|
||||||
// If the result cache is present, render the results from there.
|
// If the result cache is present, render the results from there.
|
||||||
|
//noinspection JSUnusedAssignment
|
||||||
var result = null;
|
var result = null;
|
||||||
|
|
||||||
for ( result in this.cache ) {
|
for ( result in this.cache ) {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<title>jQuery ULS Test Suite</title>
|
<title>jQuery ULS Test Suite</title>
|
||||||
|
|
||||||
<!-- External libs -->
|
<!-- External libs -->
|
||||||
<script src="../libs/jquery.js"></script>
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" ></script>
|
||||||
|
|
||||||
<!-- Source of our libs -->
|
<!-- Source of our libs -->
|
||||||
<script src="../src/jquery.uls.data.js"></script>
|
<script src="../src/jquery.uls.data.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user