1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 12:47:58 +01:00

Document marks.all.

This commit is contained in:
Doug Kearns
2009-05-09 16:29:25 +10:00
parent c9806481ce
commit 7a4f68d6ce

View File

@@ -987,8 +987,8 @@ function Buffer() //{{{
/** /**
* Evaluates an XPath expression in the current or provided * Evaluates an XPath expression in the current or provided
* document. It provides the xhtml and liberator XML * document. It provides the xhtml and liberator XML namespaces. The
* namespaces. The result may be used as an iterator. * result may be used as an iterator.
* *
* @param {string} expression The XPath expression to evaluate. * @param {string} expression The XPath expression to evaluate.
* @param {Document} doc The document to evaluate the expression in. * @param {Document} doc The document to evaluate the expression in.
@@ -1518,7 +1518,8 @@ function Buffer() //{{{
}, },
/** /**
* Opens a viewer to inspect the source of the currently selected range. * Opens a viewer to inspect the source of the currently selected
* range.
*/ */
viewSelectionSource: function () viewSelectionSource: function ()
{ {
@@ -1803,6 +1804,10 @@ function Marks() //{{{
return { return {
/**
* @property {Array} Returns all marks, both local and URL, in a sorted
* array.
*/
get all() getSortedMarks(), get all() getSortedMarks(),
/** /**