diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-23 12:17:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 12:17:34 +0200 |
commit | bccb9c1708f007ada1ea8c4879db88a587f0a450 (patch) | |
tree | 835dacc8cb3df7b05d4b62f4c551d8ad9f791371 /modules/libpref/init/all.js | |
parent | 1ea8529cfb0a246d09daf1ec742d063c08cf1899 (diff) | |
parent | d9d3b687b7c892b400e781dd5c57897efd7173aa (diff) | |
download | UXP-bccb9c1708f007ada1ea8c4879db88a587f0a450.tar UXP-bccb9c1708f007ada1ea8c4879db88a587f0a450.tar.gz UXP-bccb9c1708f007ada1ea8c4879db88a587f0a450.tar.lz UXP-bccb9c1708f007ada1ea8c4879db88a587f0a450.tar.xz UXP-bccb9c1708f007ada1ea8c4879db88a587f0a450.zip |
Merge pull request #238 from janekptacijarabaci/js_dom_pointer_events_2
moebius#195: DOM - PointerEvents - improvements (implement pointerup and pointerdown)
Diffstat (limited to 'modules/libpref/init/all.js')
-rw-r--r-- | modules/libpref/init/all.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index ccc59269b..f2f628324 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -1161,7 +1161,7 @@ pref("dom.require_user_interaction_for_beforeunload", true); pref("dom.disable_open_during_load", false); pref("dom.popup_maximum", 20); -pref("dom.popup_allowed_events", "change click dblclick mouseup notificationclick reset submit touchend"); +pref("dom.popup_allowed_events", "change click dblclick mouseup pointerup notificationclick reset submit touchend"); pref("dom.disable_open_click_delay", 1000); pref("dom.storage.enabled", true); |