changing lists ui wip: toggling first approach
[fnpeditor.git] / modules / documentCanvas / documentCanvas.js
index 7500e35..2085155 100644 (file)
@@ -59,6 +59,9 @@ return function(sandbox) {
         toggleGrid: function(toggle) {
             manager.toggleGrid(toggle);
         },
+        toggleList: function(toggle) {
+            manager.toggleList(toggle);
+        },
         insertNewNode: function(wlxmlTag, wlxmlClass) {
             manager.insertNewNode(wlxmlTag, wlxmlClass);
         },