From 574e3da9d3b1d3f77142ad740e09d8d42aa0feec Mon Sep 17 00:00:00 2001 From: long nguyen Date: Wed, 13 Jul 2016 14:14:41 +0700 Subject: [PATCH] small update example in readme file small update example in readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3d648c7..4f28e44b 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ $("#grid").jsGrid({ return error.field + ": " + error.message; }); - console.log(message); + console.log(messages); } ...