summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/js/extjs/ext-extensions/form/SpinnerFieldFix.js
blob: c4ee7e75fc4ec74ae31e2208e1b9ba6d1b0cd767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*!
 * Ext.ux.form.SpinnerField.js
 * 
 * Copyright (c) Damien Churchill 2010 <damoxc@gmail.com>
 *
 * This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
 * the additional special exception to link portions of this program with the OpenSSL library.
 * See LICENSE for more details.
 */

Ext.override(Ext.ux.form.SpinnerField, {
    onBlur: Ext.form.Field.prototype.onBlur,
});