Lazy Loading Registering Polymer Elements
Change-Id: I875053d7c88a9c1661d7118905d119a01c57d681
This commit is contained in:
@@ -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 || {};
|
||||
|
||||
Reference in New Issue
Block a user