Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(toastr): call contains on body #1872

Merged
merged 4 commits into from
Aug 26, 2019
Merged

fix(toastr): call contains on body #1872

merged 4 commits into from
Aug 26, 2019

Conversation

yggg
Copy link
Contributor

@yggg yggg commented Jul 31, 2019

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Closes #1673.

stackoverflow.com/questions/38582105/javascript-document-contains-not-working-on-ie11/38733466#38733466
IE does not regard 'document' as a node and calling contains on
document throws.

stackoverflow.com/questions/38582105/javascript-document-contains-not-working-on-ie11/38733466#38733466
IE does not regard 'document' as a node and calling `contains` on
document throws.
@yggg yggg requested a review from nnixaa July 31, 2019 07:33
@codecov
Copy link

codecov bot commented Aug 2, 2019

Codecov Report

Merging #1872 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #1872   +/-   ##
=======================================
  Coverage   84.02%   84.02%           
=======================================
  Files         234      234           
  Lines        7695     7695           
  Branches      675      675           
=======================================
  Hits         6466     6466           
  Misses       1031     1031           
  Partials      198      198
Impacted Files Coverage Δ
...ramework/theme/components/toastr/toastr.service.ts 90.51% <100%> (ø) ⬆️

@yggg yggg merged commit a01ec7a into akveo:master Aug 26, 2019
@yggg yggg deleted the fix/toastr-use-body-contains branch August 26, 2019 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The object doesn't support this property or method "contains" in NbToastrContainerRegistry
2 participants