Skip to content

Commit

Permalink
Add version and licensing comment to JS file
Browse files Browse the repository at this point in the history
Fixes #2.
  • Loading branch information
ssorallen committed Feb 14, 2014
1 parent 0c847b1 commit 3073c54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions blob-feature-check.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Blob Feature Check v1.0.0
*
* Released into the public domain.
* http://unlicense.org
*/

var svg = new Blob(
["<svg xmlns='http://www.w3.org/2000/svg'></svg>"],
{type: "image/svg+xml;charset=utf-8"}
Expand Down

0 comments on commit 3073c54

Please sign in to comment.