Skip to content

Commit

Permalink
Fix store/index name getter to return handle's name
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Jan 21, 2016
1 parent 5a0ec8d commit ecee277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -2409,7 +2409,7 @@ <h4>The <code>IDBObjectStore</code> interface</h4>

<p>
The <dfn data-lt-noDefault data-lt="IDBObjectStore.name">name</dfn> attribute's getter must return this
<a>object store handle</a>'s <a data-lt="objectStoreHandle.objectStore">object store</a>'s <a data-lt="objectStore.name">name</a>.
<a>object store handle</a>'s <a data-lt="objectStore.name">name</a>.
</p>

<aside class="note">
Expand Down Expand Up @@ -3175,7 +3175,7 @@ <h4>The <code>IDBIndex</code> interface</h4>

<p>
The <dfn data-lt-noDefault data-lt="IDBIndex.name">name</dfn> attribute's getter must return
this <a>index handle</a>'s <a data-lt="indexHandle.index">index</a>'s <a data-lt="index.name">name</a>.
this <a>index handle</a>'s <a data-lt="index.name">name</a>.
</p>
<aside class="note">
As long as the <a>transaction</a> has not <a data-lt="transaction finish">finished</a>,
Expand Down

0 comments on commit ecee277

Please sign in to comment.