Skip to content

Commit

Permalink
@defli added missing var to sandbox index.html example. closes #3155
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Küçükyılmaz authored and gkatsev committed Mar 7, 2016
1 parent c1112b7 commit f4bc3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

--------------------

Expand Down
2 changes: 1 addition & 1 deletion sandbox/index.html.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</video>

<script>
vid = document.getElementById("vid1");
var vid = document.getElementById("vid1");
</script>

</body>
Expand Down

0 comments on commit f4bc3c1

Please # to comment.