Bug 655722 - Fix small issues in the PlacesUtils.promiseBookmarksTree documentation string. r=mak

MozReview-Commit-ID: 9b266ALWPHj

--HG--
extra : transplant_source : %A0%EF%AE6%A1y%A3EV%AF%D8%15m%99%C7X%DD%09e%D6
This commit is contained in:
Thom Chiovoloni 2016-04-05 17:30:55 -07:00
Родитель 6625026d42
Коммит a476ada626
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1740,7 +1740,7 @@ this.PlacesUtils = {
* - guid (string): the item's GUID (same as aItemGuid for the top item).
* - [deprecated] id (number): the item's id. This is only if
* aOptions.includeItemIds is set.
* - type (number): the item's type. @see PlacesUtils.TYPE_X_*
* - type (string): the item's type. @see PlacesUtils.TYPE_X_*
* - title (string): the item's title. If it has no title, this property
* isn't set.
* - dateAdded (number, microseconds from the epoch): the date-added value of
@ -1749,6 +1749,7 @@ this.PlacesUtils = {
* value of the item.
* - annos (see getAnnotationsForItem): the item's annotations. This is not
* set if there are no annotations set for the item).
* - index: the item's index under it's parent.
*
* The root object (i.e. the one for aItemGuid) also has the following
* properties set: