Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
README modifications
  • Loading branch information
root committed Nov 29, 2011
1 parent 1969e1c commit 308aeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -265,7 +265,7 @@ Remove from features if you don't want to use it :

Unlike browsers scripts execution is a little defer here, so it can not block the construction of the DOM, scripts are loaded and queued (inline and outside), then executed in the right order on document.close() (which queue document) and onload is fired.

Since scripts can add others, queue can extend after document (then their execution can continue after readyState "complete").
Since scripts can add others, queue can extend after document complete (then their execution can continue after readyState "complete").

When queue is empty, scripts are executed right away and onload fired.

Expand All @@ -279,5 +279,5 @@ Images are loaded asynchronously, same image is loaded just once, then width/hei

See test/tests.txt

Tested on google, yahoo, msn, usual js frameworks (jQuery, YUI, prototype, mootools,...) and unbelievable usual web sites.
Tested on google, yahoo, msn web sites, usual js frameworks (jQuery, YUI, prototype, mootools,...) and unbelievable usual web sites.

0 comments on commit 308aeaf

Please sign in to comment.