diff --git a/botanjs/src/_this.js b/botanjs/src/_this.js index 18a7c10..0f6371e 100644 --- a/botanjs/src/_this.js +++ b/botanjs/src/_this.js @@ -1,3 +1,17 @@ +/** + * BotanJS + * http://botanjs.astropenguin.net/ + * + * @version + * 0.9.0b (August 14 2015) + * + * @copyright + * Copyright (C) 2014-2015 tgckpg. + * + * @license + * Licensed under GPL licenses. + */ + /*{{{ Shorthand Functions */ var __extends = function( obj, target ) { obj.prototype = Object.create( target.prototype );