tristen / hoverintent

:mouse: Fire mouse events when a user intends it
https://tristen.ca/hoverintent/
MIT License
331 stars 54 forks source link

Use strict in head of main function. #13

Closed bronzehedwick closed 8 years ago

bronzehedwick commented 8 years ago

Add 'use strict' to main function scope. hoverintent already conforms to strict mode, so adding it explicitly will allow potential performance optimizations on the browser end.