diff options
Diffstat (limited to 'swat2/style/qooxdoo/widgets/events/QxFocusEvent.js')
-rw-r--r-- | swat2/style/qooxdoo/widgets/events/QxFocusEvent.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/swat2/style/qooxdoo/widgets/events/QxFocusEvent.js b/swat2/style/qooxdoo/widgets/events/QxFocusEvent.js deleted file mode 100644 index 176d59caa2..0000000000 --- a/swat2/style/qooxdoo/widgets/events/QxFocusEvent.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */ -function QxFocusEvent(eType,autoDispose){QxEvent.call(this,eType,autoDispose);if(eType=="focusin"||eType=="focusout"){this._bubbles=true;this._propagationStopped=false;};};QxFocusEvent.extend(QxEvent,"QxFocusEvent");
\ No newline at end of file |