Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Aug 20, 2013
1 parent edaea5d commit 19d919f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my-element.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<script>
Polymer('my-element', {
test: "Test"
test: 'Test'
});
</script>

Expand Down

0 comments on commit 19d919f

Please sign in to comment.