Cross Reference: external-module.mustache
xref
: /
yui3
/
src
/
yui
/
docs
/
partials
/
external-module.mustache
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
YUI.add
('external', function(Y) {
Y.External
= {
run: function() {
Y.one
('#marker').setContent('External Module was loaded.');
}
}
}, '1.0.0', { requires: [ 'node' ] });