Comparing version 1.0.2 to 1.0.3
@@ -504,3 +504,3 @@ /*! Copyright (c) 2016 Ayogo Health Inc. | ||
if (prevFocus != $window.document.body) { | ||
if (prevFocus && (prevFocus != $window.document.body)) { | ||
prevFocus.blur(); | ||
@@ -507,0 +507,0 @@ } |
{ | ||
"name": "ay-dialog", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"copyright": "Copyright 2016 Ayogo Health Inc.", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"contributors": [ | ||
"Darryl Pogue <darryl@dpogue.ca>" | ||
"Darryl Pogue <darryl@dpogue.ca>", | ||
"Onataze Messiri <onataze@gmail.com>" | ||
], | ||
@@ -12,0 +13,0 @@ "description": "An HTML5 spec-compliant <dialog> polyfill.", |
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
26874