Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / shared / extjs / site.js
index 0139390..e4e41a5 100644 (file)
@@ -1,9 +1,3 @@
-/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
 Ext.onReady(function(){
        // expanders
        Ext.getBody().on('click', function(e, t){
@@ -20,7 +14,7 @@ Ext.onReady(function(){
                }else{
                        bdi.hide();
                        bd.show();
-                       bdi.slideIn('l', {duration:0.2, stopFx: true, easing:'easeOut'});
+                       bdi.slideIn('l', {duration:0.2, stopAnimation: true, easing:'easeOut'});
                }
 
                t.update(!expanded ? 'Hide details' : 'Show details');