UNPKG

zeanium-node

Version:

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

21 lines (15 loc) 276 B
/** * Created by yangyxu on 7/14/15. */ zn.define(function () { return zn.Class('Filter', { properties: { }, methods: { init: function (objs){ }, doFilter: function (){ } } }); });