UNPKG

zeanium-node

Version:

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

15 lines (11 loc) 167 B
/** * Created by yangyxu on 8/20/14. */ zn.define([ '../Schema' ], function (Schema) { return zn.Class(Schema, { methods: { } }); });