mirror of
https://github.com/flynx/test.js.git
synced 2025-10-28 18:30:08 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
7d35d7b0e5
commit
0b34bd180d
4
test.js
4
test.js
@ -365,8 +365,8 @@ function(spec, chain, stats){
|
|||||||
typeof(__filename) != 'undefined'
|
typeof(__filename) != 'undefined'
|
||||||
&& __filename == (require.main || {}).filename
|
&& __filename == (require.main || {}).filename
|
||||||
// NOTE: we are delaying code execution here to give the module a
|
// NOTE: we are delaying code execution here to give the module a
|
||||||
// chance to complete construction and the clients to use its
|
// chance to complete loading and the clients to use its
|
||||||
// content. Otherwise the lients will get a partially formed
|
// content. Otherwise the clients will get a partially formed
|
||||||
// module...
|
// module...
|
||||||
&& setTimeout(function(){
|
&& setTimeout(function(){
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user