dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

`after.id` can be zero so need to explicitly check for undefined. #296

Closed agubler closed 7 years ago

agubler commented 7 years ago

Type: bug

The following has been addressed in the PR:

Description:

Check after.id is explicitly not undefined.

codecov-io commented 7 years ago

Codecov Report

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

@@          Coverage Diff          @@
##           master   #296   +/-   ##
=====================================
  Coverage      94%    94%           
=====================================
  Files          38     38           
  Lines        2134   2134           
  Branches      405    405           
=====================================
  Hits         2006   2006           
  Misses         50     50           
  Partials       78     78
Impacted Files Coverage Δ
src/aspect.ts 96.24% <100%> (ø) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d2677af...318165f. Read the comment docs.