X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/shared/extjs/site.js diff --git a/examples/shared/extjs/site.js b/examples/shared/extjs/site.js index 01393905..e4e41a57 100644 --- a/examples/shared/extjs/site.js +++ b/examples/shared/extjs/site.js @@ -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');