diff options
Diffstat (limited to 'html/content/js/Utils/destroyevent.js')
| -rw-r--r-- | html/content/js/Utils/destroyevent.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/html/content/js/Utils/destroyevent.js b/html/content/js/Utils/destroyevent.js deleted file mode 100644 index e6fe48a..0000000 --- a/html/content/js/Utils/destroyevent.js +++ /dev/null @@ -1,11 +0,0 @@ -define(function () {
- (function ($) {
- $.event.special.destroyed = {
- remove: function (o) {
- if ((o.handler && o.type !== 'destroyed')) {
- o.handler()
- }
- }
- }
- })(jQuery)
-});
\ No newline at end of file |
