Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify when the version of the db is set.
git-svn-id: http://svn.whatwg.org/webapps@3794 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 10, 2009
1 parent 6a85245 commit 022eb21
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source
Expand Up @@ -61749,12 +61749,13 @@ interface <dfn>DatabaseCallback</dfn> {

<p>If no database with the given name from the origin <var
title="">origin</var> exists, then create the database and let
<var title="">created</var> be true. Otherwise, let <var
title="">created</var> be false.</p>
<var title="">created</var> be true. If a callback was passed to
the method, then set the new database's version to the empty
string. Otherwise, set the new database's version to the given
database version.</p>

<p>If a callback was passed to the method, then let the database's
version be the empty string. Otherwise, let its version be the
given database version</p>
<p>Otherwise, if a database with the given name already exists,
let <var title="">created</var> be false.</p>

</li>

Expand Down

0 comments on commit 022eb21

Please sign in to comment.