mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
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
This commit is contained in:
parent
9db24568e9
commit
330f4c943d
10
ghost/admin/assets/lib/jquery-utils.js
vendored
10
ghost/admin/assets/lib/jquery-utils.js
vendored
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user