This repository was archived by the owner on Mar 13, 2018. It is now read-only.
Commit f485280
committed
Don't pass typeExtension argument to native createElement. It's unneeded and causes a problem in Chrome 28 where document.createElement('nav', undefined) results in undefined.
Helps address (Polymer/polymer#243)1 parent 173bbf6 commit f485280
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
0 commit comments