initial commit

This commit is contained in:
Yorick
2016-04-01 14:09:55 +00:00
commit 2e04121fef
2175 changed files with 537519 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export var defaultInvalidDate = 'Invalid date';
export function invalidDate () {
return this._invalidDate;
}