mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Fix Message: 'Uncaught TypeError: Object [object Object] has no method 'retrieve'', line:'4988', url: :http://app.wisemapping.com/js/mindplot-min.js
This commit is contained in:
parent
846ad24bf3
commit
6155a70c04
@ -66,7 +66,7 @@ mindplot.widget.FloatingTip = new Class({
|
||||
},
|
||||
|
||||
show:function (element) {
|
||||
var old = element.retrieve('floatingtip');
|
||||
var old = $(element).retrieve('floatingtip');
|
||||
if (old){
|
||||
if (old.getStyle('opacity') == 1) {
|
||||
clearTimeout(old.retrieve('timeout'));
|
||||
|
Loading…
Reference in New Issue
Block a user