mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 20:55:45 +01:00
Fix some typos.
This commit is contained in:
@@ -1079,7 +1079,7 @@ function UTF8(str) {
|
|||||||
function octal(decimal) parseInt(decimal, 8);
|
function octal(decimal) parseInt(decimal, 8);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Iterates over an arbitrary object. The following iterators types are
|
* Iterates over an arbitrary object. The following iterator types are
|
||||||
* supported, and work as a user would expect:
|
* supported, and work as a user would expect:
|
||||||
*
|
*
|
||||||
* • nsIDOMNodeIterator
|
* • nsIDOMNodeIterator
|
||||||
@@ -1096,7 +1096,7 @@ function octal(decimal) parseInt(decimal, 8);
|
|||||||
*
|
*
|
||||||
* • nsIDOMNamedNodeMap
|
* • nsIDOMNamedNodeMap
|
||||||
*
|
*
|
||||||
* Duck typing is implemented for the any other type. If the object
|
* Duck typing is implemented for any other type. If the object
|
||||||
* contains the "enumerator" property, iter is called on that. If the
|
* contains the "enumerator" property, iter is called on that. If the
|
||||||
* property is a function, it is called first. If it contains the
|
* property is a function, it is called first. If it contains the
|
||||||
* property "getNext" along with either "hasMoreItems" or "hasMore", it
|
* property "getNext" along with either "hasMoreItems" or "hasMore", it
|
||||||
|
|||||||
Reference in New Issue
Block a user