google-nomulus/javatests/google/registry/ui/js
mcilwain ae2c1071f1 Change from ES6 Map to old-fashioned object
This fixes the Kokoro tests broken by []

Unfortunately this means that the return type changes from a Map to an Object as well,
so all of the .get() lines need to turn into [].  Yay weakly typed languages. And
apparently in some error conditions this method could already return the Object type
anyway, even if you passed in a Map, so it's just poorly designed.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=213808477
2018-09-20 11:19:36 -04:00
..
registrar Change from ES6 Map to old-fashioned object 2018-09-20 11:19:36 -04:00
BUILD Upgrade Nomulus to latest Closure Rules 2016-12-06 11:52:46 -05:00
component_test.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
testing.js Remove final uses of @code in JS comments 2018-03-06 18:51:32 -05:00
xml_test.js Replace uses of @code in Javascript documentation with Markdown backticks 2018-02-05 23:51:49 -05:00