mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
Merge "Fix for live preview in jsduck"
This commit is contained in:
commit
f6c50d70a5
|
@ -10,8 +10,8 @@
|
|||
*
|
||||
* @example
|
||||
* new ve.Surface(
|
||||
* $( '<div>' ).appendTo( document.body ),
|
||||
* $( '<p>Hello world.</p>' )[0]
|
||||
* new ve.init.sa.Target( $( '<div>' ).appendTo( document.body ) ),
|
||||
* ve.createDocumentFromHTML( '<p>Hello world.</p>' )
|
||||
* );
|
||||
*
|
||||
* @class
|
||||
|
|
Loading…
Reference in a new issue