UNPKG
foundation
Version:
latest (4.2.1-1)
4.2.1
4.2.1-1
4.1.6
4.1.6-5
4.1.6-4
4.1.6-3
4.1.6-2
4.1.6-1
4.1.5
4.1.5-2
4.1.5-1
4.1.3
4.1.2
4.1.2-stylus2
4.1.2-stylus1
4.1.1
4.1.1-s2
4.1.1-s1
4.0.0-wip
You may also want to checkout:
blai/foundation
foundation
/
docs
/
js
/
tests
/
tooltips
/
tooltips.js
11 lines
(10 loc)
•
179 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
(
'core'
, {
setup
:
function
(
) { $(
document
).
foundation
(
'tooltips'
); },
teardown
:
function
(
) { } });
test
(
'setup'
,
function
(
) {
ok
(
false
,
'please test'
); });