From: Mike Taylor Date: Thu, 15 May 2014 10:10:28 +0000 (+0100) Subject: widgetNode uses w.jqnode rather than $(w.node) X-Git-Tag: 1.0.0~666^2~31 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=78a3759a52fca2ca77d6b8023bb03ec705a3e1b0 widgetNode uses w.jqnode rather than $(w.node) --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 9a012d3..8b99685 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -360,7 +360,7 @@ function team($, teamName) { function widgetNode(type) { var w = that.widget(type); - return w ? $(w.node) : undefined; + return w ? w.jqnode : undefined; } function renderDetails(data, marker) {