Skip to content

Commit 6e9a5bc

Browse files
author
Timothy Asquith
committed
Add jQuery AMD shim
1 parent 1090f57 commit 6e9a5bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vendor/shims/jquery-amd.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
(function() {
2+
function vendorModule() {
3+
'use strict';
4+
return self['jQuery']
5+
}
6+
7+
define('jquery', [], vendorModule);
8+
})();

0 commit comments

Comments
 (0)