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

Commit f970fbf

Browse files
committed
bugfix !!!
1 parent 8f4f226 commit f970fbf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

js.js

Lines changed: 2 additions & 3 deletions
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 4.7
5+
@version 4.8
66
@link http://github.com/redcatphp/js/
77
@author Jo Surikat <jo@surikat.pro>
88
@website http://redcatphp.com
@@ -614,8 +614,7 @@
614614
break;
615615
}
616616
}
617-
618-
u = exec.apply(null,arguments);
617+
u = exec(u,c,sync);
619618

620619
//chainable
621620
return function(){

0 commit comments

Comments
 (0)