codedance / jquery.AreYouSure

A light-weight jQuery "dirty forms" Plugin - it monitors html forms and alerts users to unsaved changes if they attempt to close the browser or navigate away from the page. (Are you sure?)
507 stars 145 forks source link

fix for not defined var #116

Open R4YM3 opened 8 years ago

R4YM3 commented 8 years ago

Current version of AreYouSure gives errors when compiling javascript through Babel and Gulp, this becaus there are three variables not defined. This fixes this