Skip to content

Commit

Permalink
[e] (0) Same as last checkin, but for 'source'. (credit: pt)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2579 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 24, 2008
1 parent 6942757 commit b3346a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index
Expand Up @@ -38828,7 +38828,8 @@ user reload must be equivalent to .reload()
changed.</p>

<p>The <dfn id=dom-storageevent-source title=dom-StorageEvent-source><code>source</code></dfn> attribute
represents the <code><a href=#window>Window</a></code> that changed the key.</p>
represents the <code><a href=#window>Window</a></code> object of the document whose key
changed.</p>

<p>The <dfn id=dom-storageevent-storagearea title=dom-StorageEvent-storageArea><code>storageArea</code></dfn>
attribute represents the <code><a href=#storage-0>Storage</a></code> object that was
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -44221,7 +44221,8 @@ user reload must be equivalent to .reload()

<p>The <dfn
title="dom-StorageEvent-source"><code>source</code></dfn> attribute
represents the <code>Window</code> that changed the key.</p>
represents the <code>Window</code> object of the document whose key
changed.</p>

<p>The <dfn
title="dom-StorageEvent-storageArea"><code>storageArea</code></dfn>
Expand Down

0 comments on commit b3346a8

Please sign in to comment.