Enable the registration and fixup its configuration. Also fixup the configuration by not having a separate file but using the files as declared in polymer.json.
The Ajax request for the protocolSrc should only be fired when the src actually exist. Previously, it was requesting even when the String was empty. Therefore, add a safe-check to not fire the request when the src does not exist.
Enable the registration and fixup its configuration. Also fixup the configuration by not having a separate file but using the files as declared in
polymer.json
.The Ajax request for the protocolSrc should only be fired when the src actually exist. Previously, it was requesting even when the String was empty. Therefore, add a safe-check to not fire the request when the src does not exist.
Fixes #79