sliced icon indicating copy to clipboard operation
sliced copied to clipboard

Some JSDoc's improvements & comparison with 'undefined'

Open antixrist opened this issue 8 years ago • 2 comments

For exclude PhpStorm's warning highlight.

before: before

after: after

antixrist avatar Apr 21 '16 08:04 antixrist

Jsdoc changes look good. Please explain why the code changes are needed.

aheckmann-pebble avatar Jun 03 '16 00:06 aheckmann-pebble

Because typeof slice (second argument) may be a undefined. Comparison between number & undefined may produce different result in different js engines (perhaps). You know it =) Just code has become a little bit a unified.

antixrist avatar Jun 03 '16 08:06 antixrist