Lazy Loading Registering Polymer Elements

Change-Id: I875053d7c88a9c1661d7118905d119a01c57d681
This commit is contained in:
Milutin Kristofic
2019-06-24 17:20:47 +02:00
parent a8d83cbc0f
commit a960c73e48

View File

@@ -20,10 +20,12 @@ limitations under the License.
window.Polymer = {
dom: 'shadow',
passiveTouchGestures: true,
lazyRegister: true,
};
} else if (!window.Polymer) {
window.Polymer = {
passiveTouchGestures: true,
lazyRegister: true,
};
}
window.Gerrit = window.Gerrit || {};