wip: integrating lists, first extensions api approach
[fnpeditor.git] / src / wlxml / wlxml.js
index d2dbd30..dbc0cf0 100644 (file)
@@ -274,6 +274,8 @@ return {
             
         });
 
+        _.extend(WLXMLDocument.prototype, extension.documentMethods);
+
     }
 
 };