jqnode member renamed just node, now that the old DOMElement node is gone
[mkws-moved-to-github.git] / src / mkws-team.js
index 8d851a3..8523ec7 100644 (file)
@@ -360,7 +360,7 @@ function team($, teamName) {
 
   function widgetNode(type) {
     var w = that.widget(type);
-    return w ? w.jqnode : undefined;
+    return w ? w.node : undefined;
   }
 
   function renderDetails(data, marker) {