UNPKG
coupdoeil
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc1
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
Javascript for Ruby on Rails Coupdoeil gem
coupdoeil.org
coupdoeil
/
app
/
javascript
/
coupdoeil
/
popover.js
7 lines
(5 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
CoupdoeilElement
from
"./elements/coupdoeil_element"
import
'./events'
if
(customElements.
get
(
"coup-doeil"
) ===
undefined
) { customElements.
define
(
"coup-doeil"
,
CoupdoeilElement
) }