UNPKG
demo
Version:
latest (0.1.10)
0.1.10
0.0.1
Shaker demo
demo
/
mojits
/
primary
/
addons
/
ac
/
foo.common.js
8 lines
(7 loc)
•
248 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* * Copyright (c) 2011-2012, Yahoo! Inc. All rights reserved. * Copyrights licensed under the New BSD License. * See the accompanying LICENSE file for terms. */
YUI
.
add
(
'foo-addon'
,
function
(
Y, NAME
) { },
'0.0.1'
, {
requires
: [
'mojito'
]});