google-nomulus/java/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 Update Nomulus to build with bazel 0.16.0 2018-08-10 13:46:48 -04:00
BUILD Update Nomulus to build with bazel 0.16.0 2018-08-10 13:46:48 -04:00
component.js Replace uses of @code in Javascript documentation with Markdown backticks 2018-02-05 23:51:49 -05:00
console.js Remove final uses of @code in JS comments 2018-03-06 18:51:32 -05:00
edit_item.js Remove final uses of @code in JS comments 2018-03-06 18:51:32 -05:00
forms.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
menu_button.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
resource.js Remove the "create" funtion from the Resource JS class 2018-09-14 21:29:57 -04:00
resource_component.js Use JSON.parse instead of deprecated goog.json.parse. 2017-08-29 17:12:44 -04:00
session.js Change from ES6 Map to old-fashioned object 2018-09-20 11:19:36 -04:00
util.js Remove final uses of @code in JS comments 2018-03-06 18:51:32 -05:00
xml.js Update copyright year on all license headers 2017-02-02 16:27:22 -05:00