Merge "ve.dm.Surface: Fix incorrect @return for #getDocument"

This commit is contained in:
jenkins-bot 2013-07-09 23:48:29 +00:00 committed by Gerrit Code Review
commit 2e0f80e0d3

View file

@ -239,7 +239,7 @@ ve.dm.Surface.prototype.hasPastState = function () {
* Get the document model.
*
* @method
* @returns {ve.dm.DocumentNode} Document model of the surface
* @returns {ve.dm.Document} Document model of the surface
*/
ve.dm.Surface.prototype.getDocument = function () {
return this.documentModel;