this.node is already a jQuery node, so no need to use $(this.node).
authorMike Taylor <mike@indexdata.com>
Fri, 16 May 2014 11:03:56 +0000 (12:03 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 16 May 2014 11:03:56 +0000 (12:03 +0100)
commitdd101a4ca83f33db517c9a794844d81412014300
tree7b7341c797a43ef8bce67ebaffbe0a7c26d086d7
parent82b78674032447e08477c34258c999fea92cbadc
this.node is already a jQuery node, so no need to use $(this.node).
(In the past is was a DOMElement, so this WAS necessary.)

Omitting the $(...) call means that the Reference Universe widget is
no longer dependent on our old $ object still being so named, so that
it will work in contexts where another library redefines $. (That's
not a hypothetical: Wolfram saw this happen in his work embeddeding
widgets in Koha.)
examples/htdocs/mkws-widget-ru.js