From 0dfcf551eb9890b4fd8fb336abcc03c660b319ea Mon Sep 17 00:00:00 2001 From: Nicolas Brassard Date: Wed, 25 Sep 2013 10:02:33 -0400 Subject: [PATCH 1/2] Fixed jsdoc --- src/jquery.sizing.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/jquery.sizing.js b/src/jquery.sizing.js index b9b74e0..f3e3bf7 100644 --- a/src/jquery.sizing.js +++ b/src/jquery.sizing.js @@ -325,10 +325,13 @@ /** * Converts positioning given in number, where the area is divided into 9 pieces. - * The 9 pieces are seperated as follow: + * The 9 pieces are separated as follow: * |1|2|3| * |4|5|6| * |7|8|9| + * + * @param position - the position value in the options + * @return the string position if a numeric value was passed, the original value otherwise */ _convertPosition = function (position) { var p = position; From ae85c17244ab298162fa2ee2051f80ca881d5e7f Mon Sep 17 00:00:00 2001 From: Nicolas Brassard Date: Wed, 25 Sep 2013 10:02:54 -0400 Subject: [PATCH 2/2] Added node_modules to ignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6eceb33..9f46d19 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .project .settings *~ +node_modules \ No newline at end of file