var Y = YUI();
//Tell the UA we are not in Node.js so that
//Node.js modules are not resolved and loaded
filter: 'debug',
ignoreRegistered: true,
require: [
'yui-base',
'oop',
'dom',
'event-custom',
'event-base',
'pluginhost',
'node',
'event-delegate',
'io-base',
'json-parse',
'transition',
'selector-css3',
'dom-style-ie']
});
});