JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / Date.js
diff --git a/Date.js b/Date.js
old mode 100755 (executable)
new mode 100644 (file)
index 32763ce..ceb5292
--- a/Date.js
+++ b/Date.js
@@ -8,7 +8,7 @@
  * Fork - LGPL
  * <script type="text/javascript">
  */
-// usage: Date=  imports.Date.Date;
+// usage: Seed.include('Date.js')
 
 
 String          = imports.String.String;
@@ -330,7 +330,9 @@ Date = XObject.extend(Date,
             return Date[func](input);
         },
 
-        // private
+        /**
+        * @private
+        */
         createParser : function(format) {
             var funcName = "parse" + Date.parseFunctions.count++;
             var regexNum = Date.parseRegexes.length;