Merge "Lazy Loading Registering Polymer Elements"
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