mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
12 lines
230 B
JavaScript
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(){
|
|
*
|
|
* }
|
|
*/ |