commit | 31d899400d956b9ef71e56e258ac06f930dfa75b | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Apr 06 16:44:51 2018 +0200 |
committer | Akron <nils@diewald-online.de> | Fri Apr 06 16:44:51 2018 +0200 |
tree | e871fec77f2633af4b718681b4a321ea9beae61f | |
parent | e65a88a70cb8444adbf042e6b4f0d9b1a5cbe3c9 [diff] [blame] |
Introduced unspecified vc doc type and added 'ne' matchop to dates Change-Id: I6f2cbfd0671ea896d10b65b4162dd5f130fe5b3b
diff --git a/dev/demo/vcdemo.js b/dev/demo/vcdemo.js index dfd6988..2dc5767 100644 --- a/dev/demo/vcdemo.js +++ b/dev/demo/vcdemo.js
@@ -113,7 +113,7 @@ ['title', 'string'], ['subTitle', 'string'], ['pubDate', 'date'], - ['author', 'string'] + ['author', 'text'] ]).fromJson(json); document.getElementById('vc').appendChild(vc.element());