diff --git a/pwiki2.js b/pwiki2.js index 3eee9d6..1d798ac 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -1278,6 +1278,8 @@ types.event.EventMixin(BasePage.prototype) // XXX should we warn about stuff like -- currently // this will simply be ignored, i.e. passed trough the parser // without change... +// XXX might be a good idea to both think of a good async parse and +// create tools for sync parsing (get links etc.)... var BaseParser = module.BaseParser = {