aboutsummaryrefslogtreecommitdiff
path: root/js/map.js
Commit message (Collapse)AuthorAgeFilesLines
* JavaScript maps: move binary callbacks out of constructor.Josh Haberman2016-07-181-53/+34
| | | | | | This change will help us separate binary support into separate files, because we only refer to binary serialization functions in the actual binary serialization paths.
* Fixed failing JS testsAdam Cozzette2016-07-061-0/+482
A couple of small tweaks were needed to fix test failures that were inadvertently introduced in the last down integration. I also had to add the map.js file which was missing.