diff --git a/jsm.inc.php b/jsm.inc.php index 0567340..dee53d7 100644 --- a/jsm.inc.php +++ b/jsm.inc.php @@ -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);