r98957 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98956‎ | r98957 | r98958 >
Date:00:24, 5 October 2011
Author:tparscal
Status:deferred (Comments)
Tags:
Comment:
Comments and cleanup
Modified paths:
  • /trunk/parsers/wikidom/lib/hype/models/es.DocumentModel.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/hype/models/es.DocumentModel.js
@@ -318,6 +318,7 @@
319319 };
320320
321321 /**
 322+ * Generates a transaction which inserts data at a given offset.
322323 *
323324 * @method
324325 * @param {Integer} offset
@@ -329,6 +330,7 @@
330331 };
331332
332333 /**
 334+ * Generates a transaction which removes data from a given range.
333335 *
334336 * @method
335337 * @param {es.Range} range
@@ -339,6 +341,7 @@
340342 };
341343
342344 /**
 345+ * Generates a transaction which annotates content within a given range.
343346 *
344347 * @method
345348 * @returns {es.Transaction}
@@ -348,6 +351,7 @@
349352 };
350353
351354 /**
 355+ * Generates a transaction which changes attributes on an element at a given index.
352356 *
353357 * @method
354358 * @returns {es.Transaction}
@@ -357,6 +361,7 @@
358362 };
359363
360364 /**
 365+ * Applies a transaction to the content data.
361366 *
362367 * @method
363368 * @param {es.Transaction}
@@ -366,6 +371,7 @@
367372 };
368373
369374 /**
 375+ * Reverses a transaction's effects on the content data.
370376 *
371377 * @method
372378 * @param {es.Transaction}

Comments

#Comment by Nikerabbit (talk | contribs)   05:59, 5 October 2011

What's the cleanup part?

#Comment by Trevor Parscal (WMF) (talk | contribs)   15:52, 5 October 2011

I guess I re-used this comment inappropriately...?

Status & tagging log