Fix code style issues

This commit is contained in:
Tyler Long
2017-04-13 20:16:38 +08:00
parent dc4edf775d
commit a2ce9e6a54
8 changed files with 233 additions and 230 deletions

View File

@@ -70,7 +70,7 @@ var getStartDate = function (prevTime, dateFormat, str) {
str = str.trim()
// Test for after
var re = /^after\s+([\d\w\-]+)/
var re = /^after\s+([\d\w-]+)/
var afterStatement = re.exec(str.trim())
if (afterStatement !== null) {