Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include.preload.js

Issue 29349787: Issue 4191 - Fix typo in shadowRoot descriptor (Closed)
Patch Set: Created Aug. 12, 2016, 12:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.preload.js
diff --git a/include.preload.js b/include.preload.js
index 24e2bb616e70714e6820e57ca63e0d545b286bbc..1ea213d7479fed931b8dc3985746cc162fc6dc77 100644
--- a/include.preload.js
+++ b/include.preload.js
@@ -474,7 +474,7 @@ function init(document)
var shadowRoot = Function.prototype.call.bind(desc.get);
Object.defineProperty(Element.prototype, "shadowRoot", {
- conifgurable: true, enumerable: true, get: function()
+ configurable: true, enumerable: true, get: function()
{
var shadow = shadowRoot(this);
return shadow == ourShadowRoot ? null : shadow;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld