Merge branch 'master' of github.com:siebrand/jquery.uls into siebrand-master

Change-Id: I3795440ca3306fd5c1c16ffc3c247b0cf2a528d8
This commit is contained in:
Santhosh Thottingal
2013-03-26 09:22:53 +05:30
4 changed files with 2 additions and 18945 deletions

File diff suppressed because it is too large Load Diff

9472
libs/jquery.js vendored

File diff suppressed because it is too large Load Diff

View File

@@ -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 ) {

View File

@@ -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>