Skip to content

Commit

Permalink
Another typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Nov 18, 2015
1 parent d3fe1b2 commit 0ed854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cesium/Apps/Sandcastle/gallery/Video.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
// Like Image, the video element doesn't have to be part of the DOM or
// otherwise on the screen to be used as a texture.
Sandcastle.addToolbarButton('Toggle Video Overlay', function() {
toggle != toggle;
toggle = !toggle;
if(toggle){
document.body.appendChild(videoElement);
return;
Expand Down

0 comments on commit 0ed854b

Please sign in to comment.