JSDOC/Packer.js
authoralan <alan@desktop.akbkhome.com>
Wed, 28 Apr 2010 05:24:55 +0000 (13:24 +0800)
committeralan <alan@desktop.akbkhome.com>
Wed, 28 Apr 2010 05:24:55 +0000 (13:24 +0800)
JSDOC/Packer.js

index a922598..11cf002 100644 (file)
@@ -70,6 +70,11 @@ Packer = function(cfg)
 {
     
     XObject.extend(this, cfg);
+    
+    if (this.srcfile) {
+        this.loadSourceFile();
+    }
+    
     if (!this.files) {
         throw "No Files";
     }