Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / shared / extjs / site.js
index 79229ae..f050f48 100644 (file)
@@ -1,11 +1,9 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
 Ext.onReady(function(){\r
 \r
        var activeMenu;\r
@@ -27,13 +25,13 @@ Ext.onReady(function(){
                                doc.un('mouseover', handleOver);\r
                                doc.un('mousedown', handleDown);\r
                        }\r
-               }\r
+               };\r
 \r
                var handleDown = function(e){\r
                        if(!e.within(menu)){\r
                                hideMenu();\r
                        }\r
-               }\r
+               };\r
 \r
                var showMenu = function(){\r
                        clearTimeout(tid);\r
@@ -59,7 +57,7 @@ Ext.onReady(function(){
                                doc.on('mouseover', handleOver, null, {buffer:150});\r
                                doc.on('mousedown', handleDown);\r
                        }\r
-               }\r
+               };\r
 \r
                el.on('mouseover', function(e){\r
                        if(!tid){\r
@@ -94,7 +92,7 @@ Ext.onReady(function(){
                }else{\r
                        bdi.hide();\r
                        bd.show();\r
-                       bdi.slideIn('l', {duration:.2, stopFx: true, easing:'easeOut'});\r
+                       bdi.slideIn('l', {duration:0.2, stopFx: true, easing:'easeOut'});\r
                }\r
 \r
                t.update(!expanded ? 'Hide details' : 'Show details');\r