diff --git a/boot/boot.js b/boot/boot.js index 61dd6b1d27..f1f18854fc 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) {