Removing comments before processing includes
This commit is contained in:
parent
523c3d04bc
commit
48b603c7b3
|
@ -50,9 +50,9 @@ class JSM
|
|||
$this->_pushCurrentModule($m);
|
||||
|
||||
$txt = $this->_fixJunk($txt);
|
||||
$txt = $this->_processIncludes($file, $txt);
|
||||
$txt = $this->_removeBlockComments($txt);
|
||||
$txt = $this->_removeLineComments($txt);
|
||||
$txt = $this->_processIncludes($file, $txt);
|
||||
$txt = $this->_extractScriptDefs($file, $txt);
|
||||
$this->_parseDefBody($m->node, $file, $txt);
|
||||
|
||||
|
|
Loading…
Reference in New Issue