mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-05 01:13:40 -04:00
Update deps: jquery, lodash, qrcode, modulejs. Minor fixes.
This commit is contained in:
parent
641d9b3cfa
commit
57b3ee6c2f
18 changed files with 64 additions and 56 deletions
|
@ -13,7 +13,7 @@
|
|||
it('jQuery and $ are global functions', function () {
|
||||
assert.isFunction(jQuery);
|
||||
assert.strictEqual(jQuery, window.jQuery);
|
||||
assert.strictEqual(jQuery.fn.jquery, '2.1.3');
|
||||
assert.strictEqual(jQuery.fn.jquery, '2.2.4');
|
||||
|
||||
assert.strictEqual($, jQuery);
|
||||
assert.strictEqual($, window.$);
|
||||
|
@ -22,7 +22,7 @@
|
|||
it('_ is global function', function () {
|
||||
assert.isFunction(_);
|
||||
assert.strictEqual(_, window._);
|
||||
assert.strictEqual(_.VERSION, '3.9.3');
|
||||
assert.strictEqual(_.VERSION, '4.13.1');
|
||||
});
|
||||
|
||||
it('util is global object', function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue