X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..f5240829880f87e0cf581c6a296e436fdef0ef80:/src/ext-core/src/adapter/ext-base-anim.js diff --git a/src/ext-core/src/adapter/ext-base-anim.js b/src/ext-core/src/adapter/ext-base-anim.js index fa29919f..13a301b0 100644 --- a/src/ext-core/src/adapter/ext-base-anim.js +++ b/src/ext-core/src/adapter/ext-base-anim.js @@ -1,5 +1,5 @@ /*! - * Ext JS Library 3.2.0 + * Ext JS Library 3.3.0 * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license @@ -376,7 +376,6 @@ Ext.extend(EXTLIB.Motion, Ext.lib.AnimBase); var superclass = EXTLIB.Motion.superclass, - proto = EXTLIB.Motion.prototype, pointsRe = /^points$/i; Ext.apply(EXTLIB.Motion.prototype, {