jhbuild.js
[gnome.introspection-doc-generator] / jhbuild.js
index f4cc768..2abd70e 100755 (executable)
@@ -13,6 +13,7 @@ console = imports.console.console;
 
  
 Date = imports.Date.Date;
+
  
 
 // these should come from args
@@ -23,7 +24,7 @@ var UPDATE_SOURCES = false;
 
 
 
-var LOGFILE = "jhbuild-" + (new imports.Date.Date()).format("Y-m-d-H") + '.log';
+var LOGFILE = "jhbuild-" + (new Date()).format("Y-m-d-H") + '.log';
 
 
 // change src & deleteGirs when you add / remove girs..