X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/ux/ToolbarReorderer.js diff --git a/examples/ux/ToolbarReorderer.js b/examples/ux/ToolbarReorderer.js index 06bab45f..fcffd125 100644 --- a/examples/ux/ToolbarReorderer.js +++ b/examples/ux/ToolbarReorderer.js @@ -1,5 +1,5 @@ /*! - * Ext JS Library 3.2.2 + * Ext JS Library 3.3.0 * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license @@ -54,7 +54,9 @@ Ext.ux.ToolbarReorderer = Ext.extend(Ext.ux.Reorderer, { * @param {Mixed} button The item to make draggable (usually an Ext.Button instance) */ createItemDD: function(button) { - if (button.dd != undefined) return; + if (button.dd != undefined) { + return; + } var el = button.getEl(), id = el.id,