]> source.dussan.org Git - vaadin-framework.git/commit
Fix DnD Polyfill to use isNan(i) instead of i===NaN (#9312)
authorPekka Hyvönen <pekka@vaadin.com>
Mon, 15 May 2017 09:01:21 +0000 (12:01 +0300)
committerHenri Sara <henri.sara@gmail.com>
Mon, 15 May 2017 09:01:21 +0000 (12:01 +0300)
commitc0ac7f019684e9bcbb7f2da417d2d10cc106d0dd
treef5046ba0cb9be1c5288d1d6d28d72f24da3aa4bf
parent88b84533e099ae9b3cbc75c449675934482026a6
Fix DnD Polyfill to use isNan(i) instead of i===NaN (#9312)

A Beginners JS mistake. Used in the forked part of the polyfill, related PR for Polyfill has been updated.
server/src/main/resources/VAADIN/drag-drop-polyfill.min.js