Volcanos(chat.ONIMPORT, { _init: function(can, msg) { can.onimport.myView(can, msg, function(value) { return [ {view: html.TITLE, list: [value.user_name, can.onimport.timeView(can, value)]}, {view: html.STATUS, list: [value.info]}, ] }) }, })