From dd5d3d24ae28656b13b61ddb375a264360a0c32c Mon Sep 17 00:00:00 2001 From: Daniel Paul Date: Sun, 14 Feb 2016 20:20:42 +0000 Subject: [PATCH] Fixed missing ) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a53864..bd2e718 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $(function() { // With a custom message $('form').areYouSure( {'message':'Your profile details are not saved!'} ); -} +}) ``` To ignore selected fields from the dirtyness check: