Skip to content

Commit

Permalink
Merge branch 'master' into v2
Browse files Browse the repository at this point in the history
  • Loading branch information
wesalvaro committed Jan 23, 2018
2 parents 9771707 + 510692a commit 99c0dc8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"/test/"
],
"keywords": [
"web-component",
"web-components",
"polymer",
"chart",
"charts",
"google-visualization",
"google",
"visualization"
"google-visualization",
"polymer",
"visualization",
"web-component",
"web-components"
],
"dependencies": {
"polymer": "Polymer/polymer#1.9 - 2"
Expand Down
4 changes: 1 addition & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
<title>Google Chart Polymer Elements Demo</title>
</head>

<body>

<body>
<google-chart-demo></google-chart-demo>

</body>
</html>
1 change: 1 addition & 0 deletions test/basic-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>

<link rel="import" href="../../promise-polyfill/promise-polyfill-lite.html">
<link rel="import" href="../google-chart.html">
</head>

Expand Down
3 changes: 2 additions & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<body>
<script>
WCT.loadSuites([
'basic-tests.html'
'basic-tests.html?wc-shadydom=true&wc-ce=true',
'basic-tests.html?dom=shadow'
]);
</script>
</body>
Expand Down

0 comments on commit 99c0dc8

Please sign in to comment.