Browse Source

lint issue fixed

Steffen Märcker 13 years ago
parent
commit
e624971e3f
  1. 2
      web/compatibility.js

2
web/compatibility.js

@ -251,4 +251,4 @@
// use browser detection since we cannot feature-check this bug // use browser detection since we cannot feature-check this bug
document.addEventListener('click', ignoreIfTargetDisabled, true); document.addEventListener('click', ignoreIfTargetDisabled, true);
} }
})(); })();

Loading…
Cancel
Save