diff options
author | Rob Loach <robloach@gmail.com> | 2016-11-22 23:19:29 -0500 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2016-11-22 23:19:29 -0500 |
commit | 5d8e1996cb91148d00ce2982e040a0bdff9c9e47 (patch) | |
tree | 4482b1296207f752f351ba480c75718b29ab3438 /test/test.js | |
parent | 19e63318d3987b588ab57171b38a00c8406afece (diff) | |
download | jquery-once-origin/master.zip jquery-once-origin/master.tar.gz jquery-once-origin/master.tar.bz2 |
Update dependenciesHEADorigin/masterorigin/HEADmaster
Diffstat (limited to 'test/test.js')
-rw-r--r-- | test/test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.js b/test/test.js index c1f3a24..bd02f7d 100644 --- a/test/test.js +++ b/test/test.js @@ -21,7 +21,7 @@ describe('jQuery Once', function () { */ before(function () { $ = require('jquery'); - require('../jquery.once.js'); + $.once = require('../jquery.once.js'); }); /** |