UNPKG

superdata

Version:

A lightweight data layer module motivated by extjs' data layer. It can be used with any client-side framework.

14 lines (10 loc) 201 B
/*jslint node: true */ "use strict"; //var ko = require("knockout"); function createItemVm(config) { config.alert = function() { alert("yo"); }; return config; } module.exports = createItemVm;