Skip to content

Commit 7f1deca

Browse files
authored
Merge pull request #2776 from adumesny/master
demo fixes, web component
2 parents f33980e + 48e5857 commit 7f1deca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/web-comp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<body>
1010
<h1>LitElement Web Component</h1>
1111
<script type="module">
12-
import {LitElement, html, css} from 'https://unpkg.com/lit-element/lit-element.js?module';
12+
import {LitElement, html, css} from 'https://unpkg.com/lit-element@3/lit-element.js?module';
1313

1414
class MyElement extends LitElement {
1515
static get properties() { return {} }

demo/web1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<!-- support for IE -->
1717
<script src="../dist/es5/gridstack-poly.js"></script>
18-
<script src="../dist/es5/gridstack.js"></script>
18+
<script src="../dist/es5/gridstack-all.js"></script>
1919
</head>
2020

2121
<body>

0 commit comments

Comments
 (0)