Functions added to the root namespace are not required to be defined in 1 file. Therefore, in https://github.com/Polymer/polymer/issues/4725 the request was to add an explicit mention of which import these functions are required. Therefore, for all functions in a namespace, specify the import path that is required.
Functions added to the root namespace are not required to be defined in 1 file. Therefore, in https://github.com/Polymer/polymer/issues/4725 the request was to add an explicit mention of which import these functions are required. Therefore, for all functions in a namespace, specify the import path that is required.
A screenshot of how that looks:
Fixes https://github.com/Polymer/polymer/issues/4725