Skip to content

Commit

Permalink
attach element to opts
Browse files Browse the repository at this point in the history
  • Loading branch information
bvarga committed Jun 18, 2014
1 parent 8893623 commit c8eba7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cytoscape.js-qtip.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
var scratch = ele.scratch();
var qtip = scratch.qtip = scratch.qtip || {};
var opts = generateOpts( qtip, passedOpts );

opts.ele = ele;

// call qtip on dummy dom ele
qtip.$domEle.qtip( opts );
Expand Down Expand Up @@ -168,4 +168,4 @@

});

})( jQuery, cytoscape );
})( jQuery, cytoscape );

0 comments on commit c8eba7b

Please sign in to comment.