Changeset 50

Show
Ignore:
Timestamp:
06/19/08 20:49:49 (6 months ago)
Author:
bi..@lilyapp.org
Message:

fix missing lines from save as addon

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lily/lily/chrome/content/exporter.js

    r49 r50  
    808808                                tmp.copyTo(contentOut,null); 
    809809                                 
     810                                //external.js 
     811                                var tmp = contentIn.clone(); 
     812                                tmp.append("externals.js"); 
     813                                tmp.copyTo(contentOut,null);                             
     814                                 
    810815                                //patch.js 
    811816                                var tmpIn = contentIn.clone();