-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(re: #1387) All minor stuff: - move private functions to end of file - move variable cleanup stuff into a `_clear()` function - cleanup lint warnings, whitespace - `parseAsWkt` needs to return `null` if it wants to do nothing (before it returned `{}` which evaluates as truthy) - call .toUpperCase() on the wkt string, so it writes back to the url hash that way - don't report a `dataUsed` for wkt sources (similar to task boundaries) - make sure to check `typeof newData === 'string'` in `_hashchange` (sending non-string data to the wktparser fails) - lots of testing
- Loading branch information
Showing
4 changed files
with
93 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.