Skip to content

Commit

Permalink
Changed account name
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewilson committed Dec 6, 2015
1 parent 824375d commit 953ebd3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/elementDemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<body>
<div id="container">
<header>
<h1>vidbg.js<span><a href="http://blake.vegas" target="_blank">http://blake.vegas</a></span></h1>
<h1>vidbg.js<span><a href="http://blakewilson.me" target="_blank">http://blakewilson.me</a></span></h1>
</header>
<div id="main">
<section class="section-first" data-vidbg-bg="mp4: media/mp4_video.mp4, webm: media/webm_video.webm, poster: media/fallback.jpg" data-vidbg-options="loop: true, muted: true, overlay: false">
Expand Down
4 changes: 2 additions & 2 deletions dist/vidbg.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Vidbg v1.0 (https://github.com/blakedotvegas/vidbg)
* Vidbg v1.0 (https://github.com/blakewilson/vidbg)
* Vidbg By Blake Wilson
* @license Licensed Under MIT (https://github.com/blakedotvegas/vidbg/master/LICENSE)
* @license Licensed Under MIT (https://github.com/blakewilson/vidbg/blob/master/LICENSE)
*/
!(function(root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down
4 changes: 2 additions & 2 deletions dist/vidbg.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/vidbg.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Vidbg v1.0 (https://github.com/blakedotvegas/vidbg)
* Vidbg v1.0 (https://github.com/blakewilson/vidbg)
* Vidbg By Blake Wilson
* @license Licensed Under MIT (https://github.com/blakedotvegas/vidbg/master/LICENSE)
* @license Licensed Under MIT (https://github.com/blakewilson/vidbg/blob/master/LICENSE)
*/
!(function(root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down

0 comments on commit 953ebd3

Please sign in to comment.