Permalink
Showing
with
2 additions
and
2 deletions.
-
+2
−2
test/unit/qunit/qunit.js
|
|
@@ -1234,7 +1234,7 @@ QUnit.equiv = function () { |
|
|
/**
|
|
|
* jsDump Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com |
|
|
|
* http://flesler.blogspot.com Licensed under BSD
|
|
|
- * (http://www.opensource.org/licenses/bsd-license.php) Date: 5/15/2008
|
|
|
+ * (https://www.opensource.org/licenses/bsd-license.php) Date: 5/15/2008
|
|
|
*
|
|
|
* @projectDescription Advanced and extensible data dumping for Javascript.
|
|
|
* @version 1.0.0
|
|
|
@@ -1595,4 +1595,4 @@ QUnit.diff = (function() { |
|
|
};
|
|
|
})();
|
|
|
|
|
|
-})(this);
|
|
|
+})(this);
|
0 comments on commit
4670dc0