Skip to content

Commit

Permalink
Merge pull request #360 from markashleybell/master
Browse files Browse the repository at this point in the history
Fix reference to non-existent History.debug.enable option in README
  • Loading branch information
andebians committed Dec 4, 2013
2 parents 452d495 + 5d3593b commit cce9589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Thanks! every bit of help really does make a difference!
#### Debug

- `History.log(...)` <br/> Logs messages to the console, the log element, and fallbacks to alert if neither of those two exist
- `History.debug(...)` <br/> Same as `History.log` but only runs if `History.debug.enable === true`
- `History.debug(...)` <br/> Same as `History.log` but only runs if `History.options.debug === true`



Expand Down

0 comments on commit cce9589

Please sign in to comment.