diff --git a/pwiki2.js b/pwiki2.js index 26b25c3..a6ffcd3 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -979,6 +979,7 @@ object.Constructor('Page', BasePage, { // NOTE: hidden has precedence over shown if both are given. // // XXX how do we handle a slot defined within a slot???? + // ...seems that we'll fall into recursion on definition... slot: function(args, body, state){ var name = args.name var text = args.text ?? body