Comparing version 1.3.0 to 1.3.1
@@ -445,4 +445,2 @@ /*! Copyright (c) 2016 Ayogo Health Inc. | ||
doPositioning(el, offset, false); | ||
if (prevFocus && (prevFocus != $window.document.body)) { | ||
@@ -458,2 +456,3 @@ prevFocus.blur(); | ||
el.open = true; | ||
doPositioning(el, offset, false); | ||
@@ -494,3 +493,2 @@ if (!isSafariMobile) { | ||
doPositioning(el, offset, true); | ||
doBackdrop(); | ||
@@ -510,2 +508,3 @@ | ||
el.open = true; | ||
doPositioning(el, offset, true); | ||
@@ -512,0 +511,0 @@ if (!isSafariMobile) { |
{ | ||
"name": "ay-dialog", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"copyright": "Copyright 2016 Ayogo Health Inc.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
43523