mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-17 16:34:49 -05:00
Lint clean.
This commit is contained in:
@@ -43,7 +43,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
|
||||
is: 'x-configure-value',
|
||||
|
||||
behaviors: [configureBehavior],
|
||||
behaviors: [window.configureBehavior],
|
||||
|
||||
properties: {
|
||||
content: {
|
||||
@@ -82,7 +82,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
|
||||
is: 'x-configure-gchild',
|
||||
|
||||
behaviors: [configureBehavior],
|
||||
behaviors: [window.configureBehavior],
|
||||
|
||||
properties: {
|
||||
content: {
|
||||
@@ -121,7 +121,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
|
||||
is: 'x-configure-child',
|
||||
|
||||
behaviors: [configureBehavior],
|
||||
behaviors: [window.configureBehavior],
|
||||
|
||||
properties: {
|
||||
content: {
|
||||
@@ -222,7 +222,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
|
||||
is: 'x-configure-host',
|
||||
|
||||
behaviors: [configureBehavior],
|
||||
behaviors: [window.configureBehavior],
|
||||
|
||||
properties: {
|
||||
content: {
|
||||
|
||||
@@ -128,7 +128,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
<script>
|
||||
(function() {
|
||||
'use strict';
|
||||
/* global limited inDocumentRepeater inDocumentContainer inDocumentContainerOrig stamped:true chunked nonUpgrade*/
|
||||
/* global limited inDocumentRepeater inDocumentContainer inDocumentContainerOrig chunked nonUpgrade*/
|
||||
|
||||
/*
|
||||
Expected:
|
||||
|
||||
Reference in New Issue
Block a user