8937a951a5b33866be1a34bb88e53f030c880468Adam Moore <title>YUI 3.2.0 Cloning Event kills window.undefined</title>
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore <script type="text/javascript" src="http://yui.yahooapis.com/combo?3.1.1/build/yui/yui-min.js"></script>
162f907b0bc058a5ddc4abb9d96487a7e8054234Adam Moore <script type="text/javascript" src="/build/yui/yui-min.js"></script>
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore combine: false,
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore filter: "raw"
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore }).use("dump", "test", "node", "event", "console", function(Y) {
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore var ev = Y.on("click", function(e) {
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore // var ev = Y.on('fooboo', function(e) { });
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore var r = new Y.Console({
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore verbose : true,
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore newestOnTop : false,
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore height: '600px',
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore width: "500px"
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore }).render();
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore "window.undefined should start out undefined" : function() {
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore Y.assert(typeof window.undefined === "undefined");
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore "window.undefined should still be undefined after cloning an event" : function() {
8937a951a5b33866be1a34bb88e53f030c880468Adam Moore Y.assert(typeof window.undefined === "undefined");