UNPKG
afterwriting-fork-rickschubert
Version:
latest (1.12.10)
1.12.10
1.12.9
Screewriting tools
github.com/ifrost/afterwriting-labs
ifrost/afterwriting-labs
afterwriting-fork-rickschubert
/
js
/
theme
/
aw-bubble
/
model
/
tooltip.js
16 lines
(9 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
define
(function(
require
) {
var
Protoplast =
require
(
'protoplast'
);
var
TooltipModel = Protoplast.Model.
extend
({
text
:
null
,
x
:
0
,
y
:
0
});
return
TooltipModel; });