summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authortwo hustlers proj <jules+okfprojz@okfoc.us>2015-06-05 11:41:06 -0400
committertwo hustlers proj <jules+okfprojz@okfoc.us>2015-06-05 11:41:06 -0400
commit045bf1936bedf5c56a0f983b242c4f53f6766cf6 (patch)
tree09a66c354ded31aaac3383a49a26438c84b27fb9 /app
parentbc5d9c14c520d627305886c9d501a657448ef338 (diff)
parentc87bb822ddc637cb4dec81c3d779a16f4edc5e26 (diff)
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'app')
-rw-r--r--app/node_modules/okschema/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/node_modules/okschema/index.js b/app/node_modules/okschema/index.js
index 0079f51..67f6e42 100644
--- a/app/node_modules/okschema/index.js
+++ b/app/node_modules/okschema/index.js
@@ -65,6 +65,10 @@ var types = {
'tag-list': {
parent: 'string',
assertValid: function(spec, value) {}
+ },
+ 'date': {
+ parent: 'string',
+ assertValid: function(spec, value) {}
}
}