Assign Version Number 1.0.0b
This commit is contained in:
parent
54475422a0
commit
813cbc9493
@ -1,3 +1,4 @@
|
|||||||
|
var BOTANJS_VERSION = "1.0.0b";
|
||||||
/*{{{ Shorthand Functions */
|
/*{{{ Shorthand Functions */
|
||||||
var __extends = function( obj, target ) {
|
var __extends = function( obj, target ) {
|
||||||
obj.prototype = Object.create( target.prototype );
|
obj.prototype = Object.create( target.prototype );
|
||||||
@ -369,7 +370,7 @@ __import = __import || function( ns, noCache )
|
|||||||
/* End Import operator }}}*/
|
/* End Import operator }}}*/
|
||||||
|
|
||||||
window["BotanJS"] = {};
|
window["BotanJS"] = {};
|
||||||
window["BotanJS"]["version"] = "0.2";
|
window["BotanJS"]["version"] = BOTANJS_VERSION;
|
||||||
window["BotanJS"]["codename"] = "Botanical framework.js";
|
window["BotanJS"]["codename"] = "Botanical framework.js";
|
||||||
window["BotanJS"]["import"] = function( p )
|
window["BotanJS"]["import"] = function( p )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user