Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit bfb7839

Browse files
committed
expose waitingModule
1 parent 1757825 commit bfb7839

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

js.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$js - asynchronous module definition framework
33
or just simple lightweight javascript dependencies manager
44
5-
@version 3.8
5+
@version 3.9
66
@link http://github.com/redcatphp/js/
77
@author Jo Surikat <jo@surikat.pro>
88
@website http://redcatphp.com
@@ -635,6 +635,7 @@
635635
}
636636
});
637637
};
638+
js.waitingModule = waitingModule;
638639
js.module = function(){
639640
//mixed args
640641
var id,mod,obj,sync=!$js.async;

0 commit comments

Comments
 (0)