Skip to content

Commit

Permalink
Merge branch 'bmsterling/memory-leak-cleanup'
Browse files Browse the repository at this point in the history
  • Loading branch information
bmsterling committed Oct 14, 2014
2 parents 9ad4197 + 1d2cb6d commit 8e214d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "youtubeBackground",
"version": "0.0.1",
"version": "1.0.1",
"homepage": "https://github.com/rochestb/jQuery.YoutubeBackground",
"authors": [
"Benton Rochester <[email protected]>"
"Benton Rochester <[email protected]>",
"Benjamin Sterling <[email protected]"
],
"description": "A wrapper for the Youtube API - Great for fullscreen background videos or just regular videos.",
"main": "src/jQuery.YoutubeBackground",
Expand Down
10 changes: 10 additions & 0 deletions src/jquery.youtubebackground.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* YoutubeBackground - A wrapper for the Youtube API - Great for fullscreen background videos or just regular videos.
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*
*
* Version: 1.0.1
*
*/

// Chain of Responsibility pattern. Creates base class that can be overridden.
if (typeof Object.create !== "function") {
Expand Down

0 comments on commit 8e214d7

Please sign in to comment.