google-nomulus/javatests/google/registry/ui
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
..
forms Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
js Change from ES6 Map to old-fashioned object 2018-09-20 11:19:36 -04:00
server Wrap ModulesService in new AppEngineServiceUtils 2018-08-10 13:44:25 -04:00