js: Add header to bane

This commit is contained in:
Stein Magnus Jodal 2012-11-29 00:50:05 +01:00
parent 6a19d379ff
commit 71f26260d3

View File

@ -1,3 +1,11 @@
/**
* BANE - Browser globals, AMD and Node Events
*
* https://github.com/busterjs/bane
*
* @version 0.3.0
*/
((typeof define === "function" && define.amd && function (m) { define(m); }) ||
(typeof module === "object" && function (m) { module.exports = m(); }) ||
function (m) { this.bane = m(); }