Skip to content

Commit

Permalink
Lint clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Aug 3, 2017
1 parent 49dbacb commit 4095e12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions test/unit/configure.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

is: 'x-configure-value',

behaviors: [configureBehavior],
behaviors: [window.configureBehavior],

properties: {
content: {
Expand Down Expand Up @@ -82,7 +82,7 @@

is: 'x-configure-gchild',

behaviors: [configureBehavior],
behaviors: [window.configureBehavior],

properties: {
content: {
Expand Down Expand Up @@ -121,7 +121,7 @@

is: 'x-configure-child',

behaviors: [configureBehavior],
behaviors: [window.configureBehavior],

properties: {
content: {
Expand Down Expand Up @@ -222,7 +222,7 @@

is: 'x-configure-host',

behaviors: [configureBehavior],
behaviors: [window.configureBehavior],

properties: {
content: {
Expand Down
2 changes: 1 addition & 1 deletion test/unit/dom-repeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h4>x-repeat-chunked</h4>
<script>
(function() {
'use strict';
/* global limited inDocumentRepeater inDocumentContainer inDocumentContainerOrig stamped:true chunked nonUpgrade*/
/* global limited inDocumentRepeater inDocumentContainer inDocumentContainerOrig chunked nonUpgrade*/

/*
Expected:
Expand Down

0 comments on commit 4095e12

Please sign in to comment.