pull/74/merge
hlcsmile 2018-08-09 09:17:18 +00:00 committed by GitHub
commit fb51eeb169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -553,6 +553,10 @@
that.setValue(that.parse(0, that.systemDate(options.value)));
} else {
that.setValue(options.value);
// friend@rainbow 添加的代码
that.startState = true;
that.endState = true;
// friend@rainbow 添加的代码
}
}
};
@ -1863,4 +1867,4 @@
}()
);
}();
}();