adbrain-keymaster
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -214,4 +214,2 @@ // keymaster.js | ||
function filter(event){ | ||
var tagName = (event.target || event.srcElement).tagName; | ||
key.setScope(/^(INPUT|TEXTAREA|SELECT)$/.test(tagName) ? 'input' : 'all'); | ||
return true; | ||
@@ -218,0 +216,0 @@ } |
{ | ||
"name": "adbrain-keymaster", | ||
"description": "library for defining and dispatching keyboard shortcuts", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"author": "Thomas Fuchs <thomas@slash7.com> (http://mir.aculo.us)", | ||
@@ -6,0 +6,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59803
1189