Skip to content
Browse files

@defli added missing var to sandbox index.html example. closes #3155

  • Loading branch information...
1 parent c1112b7 commit f4bc3c12b5c7ef1d0fe4dd674204cd08ed1628f8 @defli defli committed with gkatsev
Showing with 2 additions and 1 deletion.
  1. +1 −0 CHANGELOG.md
  2. +1 −1 sandbox/index.html.example
View
1 CHANGELOG.md
@@ -6,6 +6,7 @@ CHANGELOG
* @BrandonOCasey converted remaining text-track modules to ES6 ([view](https://github.com/videojs/video.js/pull/3130))
* @gkatsev cleared waiting/spinner on timeupdate. Fixes #3124 ([view](https://github.com/videojs/video.js/pull/3138))
* @BrandonOCasey updated text track unit tests to use full es6 syntax ([view](https://github.com/videojs/video.js/pull/3148))
+* @defli added missing var to sandbox index.html example ([view](https://github.com/videojs/video.js/pull/3155))
--------------------
View
2 sandbox/index.html.example
@@ -37,7 +37,7 @@
</video>
<script>
- vid = document.getElementById("vid1");
+ var vid = document.getElementById("vid1");
</script>
</body>

0 comments on commit f4bc3c1

Please sign in to comment.
Something went wrong with that request. Please try again.