From: Edward Date: Mon, 31 Aug 2015 04:25:35 +0000 (+0800) Subject: Date.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=96debe97e36b1f5feb2190d5d6fdba1d36c9c77e Date.js --- diff --git a/Date.js b/Date.js index 2b9c9eeaf1..dde1c86993 100644 --- 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;