mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-29 12:59:56 +00:00
parent
04e971c3c6
commit
0a4cfa1164
@ -13,7 +13,7 @@ Widget base class
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
/* Maximum permitted depth of the widget tree for recursion detection */
|
/* Maximum permitted depth of the widget tree for recursion detection */
|
||||||
var MAX_WIDGET_TREE_DEPTH = 500;
|
var MAX_WIDGET_TREE_DEPTH = 1000;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Create a widget object for a parse tree node
|
Create a widget object for a parse tree node
|
||||||
|
Loading…
Reference in New Issue
Block a user