From 330f4c943d111faa2570f8c3b7c6fdb52dfd8bd0 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 21 Apr 2014 19:04:20 +0100 Subject: [PATCH] Update & grunt-groc and fix docs errors issue #2622 - Updated grunt-groc to 0.4.5 - Fixed the few places which made the docs fail to generate - There is still a mix of styles --- ghost/admin/assets/lib/jquery-utils.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/admin/assets/lib/jquery-utils.js b/ghost/admin/assets/lib/jquery-utils.js index b1dd088c1e..1c63de9af9 100644 --- a/ghost/admin/assets/lib/jquery-utils.js +++ b/ghost/admin/assets/lib/jquery-utils.js @@ -9,10 +9,10 @@ /** * Allows to check contents of each element exactly - * @param obj - * @param index - * @param meta - * @param stack + * @param {Object} obj + * @param {*} index + * @param {*} meta + * @param {*} stack * @returns {boolean} */ $.expr[":"].containsExact = function (obj, index, meta, stack) { @@ -133,7 +133,7 @@ * Set interactions for all menus and overlays * This finds all visible 'hideClass' elements and hides them upon clicking away from the element itself. * A callback can be defined to customise the results. By default it will hide the element. - * @param callback + * @param {Function} callback */ $.fn.hideAway = function (callback) { var $self = $(this);