Skip to content

Commit

Permalink
Whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
djanowski committed Jan 31, 2011
1 parent 681b353 commit 2d291fe
Show file tree
Hide file tree
Showing 14 changed files with 162 additions and 162 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Expand Up @@ -211,7 +211,7 @@ object is more consistent with `window.location`, accepted that
interpretation.

`Location.assign` did not load a page if the page was already loaded
in the browser. Changed it to load the page (add caching later on).
in the browser. Changed it to load the page (add caching later on).

196 Tests
2.6 sec to complete
Expand Down Expand Up @@ -242,7 +242,7 @@ Added new page covering the browser API.

### Version 0.7.7 2010-12-28

Fix JSDOM queue and with it issue #6.
Fix JSDOM queue and with it issue #6.

189 Tests
2.3 sec to complete
Expand All @@ -254,9 +254,9 @@ HTML5 doesn't play nice with JSDOM, bringing back html-parser to handle
innerHTML (full document parsing still handled by HTML5).

Added documentation page for CSS selectors.

Man pages now moved to section 7.

Added zombie.version.

189 Tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -221,7 +221,7 @@ figure out what it's doing. For example:
browser.visit("http://thedead", function(err, browser, status) {
if (err)
throw(err.message);
...
...
});

**Step 2:** Wait for it to finish processing, then dump the current
Expand Down

0 comments on commit 2d291fe

Please sign in to comment.