Skip to content

Commit

Permalink
Fix spacing in readme code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesshore committed Dec 6, 2015
1 parent 3ed4fbc commit 68b0a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe("Home page", function() {

beforeEach(function(done) {
frame.reload(done);
});
});

beforeEach(function() {
logo = frame.get("#logo");
Expand Down Expand Up @@ -344,8 +344,8 @@ var quixote = require("quixote");
describe("Button") {
var frame;
var container;
var button;
var container;
var button;
before(function(done) {
frame = quixote.createFrame({
Expand Down
7 changes: 2 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,15 @@
* ✔ Integrate @cognivator's pull request `https://github.com/jamesshore/quixote/pull/19`
* ✔ Review and update code style
* ✔ Look for opportunities to simplify or remove tests
* Update documentation
* QFrame.reset()
* QFrame.reload()
* readme
* ✔ Update documentation
* Release 0.11
* changelog
* roadmap


## To Do: Update documentation
* ✔ QFrame.reset() and QFrame.reload()
* readme
* readme



Expand Down

0 comments on commit 68b0a9e

Please sign in to comment.