<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,19 +3,17 @@
 
 IMPORTANT NOTE 
 ==============
-  There is currently a flaw in this implementation that could cause a
-  problem when used on browser's that do not support openDatabase (Firefox, IE).
-  Basically, your scripts will execute as soon as they are loaded, so if you have
-  two scripts &quot;really_huge_lib.js&quot; and &quot;tiny_app.js&quot; there's a good chance
-  that &quot;tiny_app.js&quot; will load and execute before &quot;really_huge_lib.js&quot; (only
-  on browsers that don't have a client-side db). 
+  THE FLAW HAS BEEN FIXED. THIS THING IS GOLDEN. USE IT. 
   
-  This can be fixed when I figure out how to load these scripts in parallel 
-  but execute them in order. It's tough to figure out when a script is done 
-  loading, but it's doable. 
-  
-  For the time being I'd recommend only using this script when you know the 
-  client will have a db (e.g. iPhone). 
+  Scripts are now explicitly loaded in order when no local db is present. 
+  If you'd rather load all the scripts in parallel (none depend on eachother),
+  you can pass true as the second argument to includes:
+    
+    // will load scripts in parallel on none openDatabase browsers
+    window.script_cache.includes([ 
+      ['mootools-1.2.1-core.js','1.1'],
+      ['scriiip.js'            ,'1.1'] 
+    ], true);
 
 BREIF OVERVIEW
 ==============</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0365ab7a51061f8a2d92df57b91058ba66002ad6</id>
    </parent>
  </parents>
  <author>
    <name>Ian Collins</name>
    <email>ian@powerset.com</email>
  </author>
  <url>http://github.com/3n/db-script-cache/commit/0d793acb2d64e2689582a9f75f91ed35bcfe73f3</url>
  <id>0d793acb2d64e2689582a9f75f91ed35bcfe73f3</id>
  <committed-date>2009-08-19T18:32:02-07:00</committed-date>
  <authored-date>2009-08-19T18:32:02-07:00</authored-date>
  <message>scripts now loaded in order. (MAJOR BUG FIX).</message>
  <tree>24a979706102b97b938a34919fd85e36049bb565</tree>
  <committer>
    <name>Ian Collins</name>
    <email>ian@powerset.com</email>
  </committer>
</commit>
