Cross Reference: yui-yui2-js.mustache
xref
: /
yui3
/
src
/
yui
/
docs
/
partials
/
yui-yui2-js.mustache
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
YUI().use('node', 'anim', 'yui2-imagecropper', function(Y) {
Y.one
('body').addClass('yui-skin-sam');
//This will make your YUI 2 code run unmodified
var YAHOO =
Y.YUI2
;
var crop = new
YAHOO.widget.ImageCropper
('cropper');
});