From 8980a0124c061e139379dc8888b87e62ac9491c2 Mon Sep 17 00:00:00 2001 From: Jameson Gamble Date: Wed, 28 Jan 2015 11:17:01 -0800 Subject: [PATCH] Adds in the word 'by' in slick.grid.js notes section for better grammar and readability. --- slick.grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slick.grid.js b/slick.grid.js index c12bae9bb..1fd1e4508 100644 --- a/slick.grid.js +++ b/slick.grid.js @@ -10,7 +10,7 @@ * SlickGrid v2.2 * * NOTES: - * Cell/row DOM manipulations are done directly bypassing jQuery's DOM manipulation methods. + * Cell/row DOM manipulations are done directly by bypassing jQuery's DOM manipulation methods. * This increases the speed dramatically, but can only be done safely because there are no event handlers * or data associated with any cell/row DOM nodes. Cell editors must make sure they implement .destroy() * and do proper cleanup.