Hi!
Your sourcecode on following
documentation page is incomplete:
http://developer.yahoo.com/yui/3/examples/...t/event-ce.htmlIt says:
CODE
//Create a YUI instance:
YUI().use('node', function(Y) {
//Shortcut for our logging div:
var logger = Y.one("#log");
For me, as beginner it was pretty difficult to get, that I have to import the
event-custom-complex module:
CODE
//Create a YUI instance:
YUI().use('node', 'event-custom-complex', function(Y) {
//Shortcut for our logging div:
var logger = Y.one("#log");
Best regards,
Benedikt