Skip to content

Commit

Permalink
Merge pull request mathiasbynens#272 from mathiasbynens/master
Browse files Browse the repository at this point in the history
Added MIT license in source file
  • Loading branch information
amerikan committed Sep 24, 2015
2 parents a8c5188 + 796ff35 commit 9ad4d5e
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 9ad4d5e

Please sign in to comment.