Merge "Fix for live preview in jsduck"

This commit is contained in:
jenkins-bot 2013-03-28 21:11:25 +00:00 committed by Gerrit Code Review
commit f6c50d70a5

View file

@ -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