update to head

This commit is contained in:
buggyj
2014-09-01 13:00:54 +02:00
92 changed files with 444 additions and 360 deletions

View File

@@ -37,7 +37,7 @@ TiddlyWebAdaptor.prototype.getHost = function() {
TiddlyWebAdaptor.prototype.getTiddlerInfo = function(tiddler) {
return {
bag: tiddler.fields["bag"]
bag: tiddler.fields.bag
};
};