I spelled context wrong...

This commit is contained in:
Zack Rauen 2017-10-29 23:55:31 -04:00
parent 921f05823c
commit 9f4981a77f
1 changed files with 1 additions and 1 deletions

View File

@ -1509,7 +1509,7 @@ BdApi.getCore = function () {
}
});
$(window).on("contexmenu.bdDevmode", function(e) {
$(window).on("contextmenu.bdDevmode", function(e) {
//if(e.which !== 3) return;
var parents = [];
$(e.toElement).parents().addBack().not('html').each(function() {