update doc

This commit is contained in:
OttoMao
2015-01-05 17:12:50 +08:00
parent adb046b476
commit d90c12f6fe
7 changed files with 45 additions and 17 deletions

View File

@@ -59,7 +59,18 @@ module.exports = {
//[beta]
//fetch entire traffic data
fetchTrafficData: function(id,info){}
fetchTrafficData: function(id,info){},
customMenu:[
{
name :"test",
handler :function(){}
},{
name :"second-test",
handler :function(){}
}
]
};
function mergeCORSHeader(reqHeader,originHeader){