assign a name to the tooltip canvas
This commit is contained in:
parent
17de85dfcd
commit
ff77af8abe
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ var Tooltip = {
|
||||||
placement: {
|
placement: {
|
||||||
type: "window",
|
type: "window",
|
||||||
index: me._node.getIndex()
|
index: me._node.getIndex()
|
||||||
}
|
},
|
||||||
|
name: "Tooltip"
|
||||||
});
|
});
|
||||||
|
|
||||||
# don't do anything with mouse events ourselves
|
# don't do anything with mouse events ourselves
|
||||||
|
|
Loading…
Reference in a new issue