diff options
| author | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-06-05 11:41:06 -0400 |
|---|---|---|
| committer | two hustlers proj <jules+okfprojz@okfoc.us> | 2015-06-05 11:41:06 -0400 |
| commit | 045bf1936bedf5c56a0f983b242c4f53f6766cf6 (patch) | |
| tree | 09a66c354ded31aaac3383a49a26438c84b27fb9 /app/node_modules | |
| parent | bc5d9c14c520d627305886c9d501a657448ef338 (diff) | |
| parent | c87bb822ddc637cb4dec81c3d779a16f4edc5e26 (diff) | |
Merge branch 'twohustlers' of github.com:okfocus/okcms into twohustlers
Diffstat (limited to 'app/node_modules')
| -rw-r--r-- | app/node_modules/okschema/index.js | 4 |
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) {} } } |
