Skip to content

Commit

Permalink
docs(Visible): fix visible document
Browse files Browse the repository at this point in the history
  • Loading branch information
sculove committed Dec 23, 2015
1 parent 6a18faa commit da87317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visible.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.) <ko>확인할 영역의 상위 엘리먼트</ko>
* @param {Object} options
* @param {HTMLElement|String|jQuery} [options.wrapper=document] The parent element that to check targets (wrapper is only one.) <ko>확인할 영역의 상위 엘리먼트</ko>
* @param {String} [options.targetClass="check_visible"] A class name of targets <ko>확인할 엘리먼트가 가진 클래스명</ko>
* @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
Expand Down

0 comments on commit da87317

Please sign in to comment.