diff --git a/boot/boot.js b/boot/boot.js index 61dd6b1d2..f1f18854f 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -747,6 +747,8 @@ $tw.Tiddler = function(/* [fields,] fields */) { } } } + // Freeze the tiddler against modification + Object.freeze(this.fields); }; $tw.Tiddler.prototype.hasField = function(field) {