From da873176f8c6c548b203e20695817312e0f94378 Mon Sep 17 00:00:00 2001 From: sculove Date: Wed, 23 Dec 2015 18:33:23 +0900 Subject: [PATCH] docs(Visible): fix visible document ref #9 --- src/visible.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/visible.js b/src/visible.js index bd163de..badb6fb 100644 --- a/src/visible.js +++ b/src/visible.js @@ -9,8 +9,8 @@ eg.module("visible", ["jQuery", eg, document], function($, ns, doc) { * @extends eg.Component * @group egjs * + * @param {HTMLElement|String|jQuery} [element=document] The parent element that to check targets (wrapper is only one.) 확인할 영역의 상위 엘리먼트 * @param {Object} options - * @param {HTMLElement|String|jQuery} [options.wrapper=document] The parent element that to check targets (wrapper is only one.) 확인할 영역의 상위 엘리먼트 * @param {String} [options.targetClass="check_visible"] A class name of targets 확인할 엘리먼트가 가진 클래스명 * @param {Number} [options.expandSize=0] expand size of the wrapper. * e.g. If a wrapper size is 100 x 100 and 'expandSize' option is 20, visible range is 120 x 120