Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit a701b15

Browse files
committed
missing var
1 parent 8d8565d commit a701b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ suite('PolymerExpressions', function() {
1010
var testDiv, originalConsoleError, errors;
1111

1212

13-
getExpression = PolymerExpressions.getExpression;
13+
var getExpression = PolymerExpressions.getExpression;
1414

1515
function clearAllTemplates(node) {
1616
if (node instanceof HTMLTemplateElement || node.iterator_)

0 commit comments

Comments
 (0)