mirror of https://github.com/axmolengine/axmol.git
13 lines
149 B
JavaScript
13 lines
149 B
JavaScript
|
#if $target_ns
|
||
|
#if $prefix
|
||
|
/**
|
||
|
* @module ${prefix}
|
||
|
*/
|
||
|
#else
|
||
|
/**
|
||
|
* @module ${target_ns}
|
||
|
*/
|
||
|
#end if
|
||
|
var ${target_ns} = ${target_ns} || {};
|
||
|
#end if
|