Remove the old "node" member from the widget object. (This pointed to
[mkws-moved-to-github.git] / src / mkws-widget.js
index a3a4914..b506e62 100644 (file)
@@ -9,7 +9,6 @@ function widget($, team, type, node) {
   var that = {
     team: team,
     type: type,
-    node: node,
     jqnode: $(node),
     config: mkws.objectInheritingFrom(team.config())
   };