X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/examples/ux/ToolbarReorderer.js diff --git a/examples/ux/ToolbarReorderer.js b/examples/ux/ToolbarReorderer.js index 8c25d7ea..7159f77f 100644 --- a/examples/ux/ToolbarReorderer.js +++ b/examples/ux/ToolbarReorderer.js @@ -1,8 +1,8 @@ /*! - * Ext JS Library 3.2.0 - * Copyright(c) 2006-2010 Ext JS, Inc. - * licensing@extjs.com - * http://www.extjs.com/license + * Ext JS Library 3.3.1 + * Copyright(c) 2006-2010 Sencha Inc. + * licensing@sencha.com + * http://www.sencha.com/license */ /** * @class Ext.ux.ToolbarReorderer @@ -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,