summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/js/extjs/ext-extensions/form/SpinnerFieldFix.js
blob: 6784ae032a7dc86e8c04197a754f20af8d5cacb3 (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,
});