Skip to content

Commit

Permalink
Added MIT license in source file
Browse files Browse the repository at this point in the history
  • Loading branch information
amerikan committed Sep 24, 2015
1 parent f28b3c1 commit 796ff35
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions jquery.placeholder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/*! http://mths.be/placeholder v2.1.3 by @mathias */
/*!
* jQuery Placeholder Plugin v2.1.3
* https://github.com/mathiasbynens/jquery-placeholder
*
* Copyright 2011, 2015 Mathias Bynens
* Released under the MIT license
*/
(function(factory) {
if (typeof define === 'function' && define.amd) {
// AMD
Expand Down Expand Up @@ -262,4 +268,4 @@
return document.activeElement;
} catch (exception) {}
}
}));
}));

0 comments on commit 796ff35

Please sign in to comment.