Date.js
authorEdward <edward@roojs.com>
Mon, 31 Aug 2015 04:25:35 +0000 (12:25 +0800)
committerEdward <edward@roojs.com>
Mon, 31 Aug 2015 04:25:35 +0000 (12:25 +0800)
Date.js

diff --git a/Date.js b/Date.js
index 2b9c9ee..dde1c86 100644 (file)
--- a/Date.js
+++ b/Date.js
@@ -261,6 +261,7 @@ Date.parseDate = function(input, format) {
 /**
  * @private
  */
+
 Date.createParser = function(format) {
     var funcName = "parse" + Date.parseFunctions.count++;
     var regexNum = Date.parseRegexes.length;