2015-08-24 18:06:14 +08:00

12 lines
230 B
JavaScript

/**
* this file will be loaded before server started
* you can define global functions used in controllers, models, templates
*/
/**
* use global.xxx to define global functions
*
* global.fn1 = function(){
*
* }
*/