Extend comment on overqualified selector from code example

Change-Id: Ic5d91d862f1ec2e986be3b0a2b95c0427dc7eda3
This commit is contained in:
Volker E 2020-03-23 12:42:44 -07:00
parent 04476d96ae
commit b51d815435

View file

@ -1,7 +1,8 @@
/**
* This plugin provides a way to build a wiki-text editing user interface around a textarea.
*
* @example To initialize without any modules:
* @example To initialize without any modules,
* overqualified `div#edittoolbar` to avoid MediaWiki's heading to id automatism:
* $( 'div#edittoolbar' ).wikiEditor();
*
* @example To initialize with one or more modules, or to add modules after it's already been initialized: