Code cleanup #120

Merged
BehindTheMath merged 13 commits from cleanup/misc-cleanup into master 2018-02-02 09:52:45 -05:00

13 Commits

Author SHA1 Message Date
Robin North
891b77b99b Update package.json 2018-02-01 20:19:45 +00:00
Behind The Math
b3a20c366a Fix error with 2ec4c14 2018-02-01 14:07:53 -05:00
Behind The Math
a2aced4f36 Add more documentation and tests for options.currentUrlFullReload
Closes #17
2018-02-01 14:02:35 -05:00
Behind The Math
2ec4c14a46 Inline small functions 2018-02-01 13:58:34 -05:00
Robin North
d0d308191f More comments cleanup 2018-02-01 09:16:01 +00:00
Robin North
a893dfdc3b Correctly resolve rebase conflict 2018-02-01 08:45:53 +00:00
Robin North
258d66f9cf Remove polyfill for Function.prototype.bind 2018-01-31 22:25:01 +00:00
Robin North
1eb43f73fe Code style cleanup, remove redundant comments 2018-01-31 22:21:29 +00:00
Robin North
9971c4c4f0 More README cleanup 2018-01-31 22:19:47 +00:00
Behind The Math
5ec0ce09e1 Remove old switchFallback code 2018-01-31 22:19:47 +00:00
Behind The Math
70f6383702 Clean up README 2018-01-31 22:19:47 +00:00
Behind The Math
7ca1d4c2c8 Cleanup parse-options tests
- Rename objects for clarity and inline unneeded objects
- Remove unneeded tests
- Use Object.keys().length instead of a custom function
- Use typeof === "object" instead of a custom function that checks
  the prototype tree as well, since we don't expect anything but an
  object literal.
2018-01-31 22:19:47 +00:00
Behind The Math
6fb509a021 Code cleanup 2018-01-31 22:19:47 +00:00