UNPKG

lazo-next

Version:

A client-server web framework built on Node.js that allows front-end developers to easily create a 100% SEO compliant, component MVC structured web application with an optimized first page load.

19 lines (13 loc) 348 B
define(['lazoModel'], function (LazoModel) { 'use strict'; return function (ctl, rootCtx, callback) { LazoModel._deserialize(ctl, rootCtx, { success: function () { callback(null); }, error: function (err) { callback(err); } }); }; });