Skip to content

Commit e16ae3c

Browse files
committed
Add requireJS support
Fix #58
1 parent 31d5cc0 commit e16ae3c

File tree

4 files changed

+2903
-2879
lines changed

4 files changed

+2903
-2879
lines changed

js/shell-post.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
return this['SQL'];
22
})();
33
if (typeof module !== 'undefined') module.exports = SQL;
4+
if (typeof define === 'function') define(SQL);

0 commit comments

Comments
 (0)