forked from Botanical/BotanJS
License Header
This commit is contained in:
parent
e17d8c03bb
commit
7a44bce6d3
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user