UNPKG

zeanium-node

Version:

Zeanium for Node.js, simple http server and custome your business.

32 lines (23 loc) 385 B
/** * Created by yangyxu on 7/14/15. */ zn.define([ './Filter' ],function (Filter) { var __chars = { encode: { }, decode: { } } return zn.Class(Filter, { properties: { }, methods: { init: function (objs){ }, doFilter: function (){ } } }); });