Merge "resourceloader: Implement mwLoadEnd marker"
[lhc/web/wiklou.git] / resources / src / jquery / jquery.textSelection.js
index 2573813..b901642 100644 (file)
                         *
                         * Scroll a textarea to the current cursor position. You can set the cursor
                         * position with setSelection()
-                        * @param options boolean Whether to force a scroll even if the caret position
+                        *
+                        * @param {boolean} options Whether to force a scroll even if the caret position
                         *  is already visible. Defaults to false
                         *
                         * @fixme document the options parameters (function body suggests options.force is a boolean, not options itself)