UNPKG

wheelhouse-model

Version:

A wheelhouse library to prevent duplicate saves from client and server

11 lines (7 loc) 198 B
'use strict'; var $ = require('jquery') , Backbone = require('backbone') , Collection = require('./items.js') Backbone.$ = $ window.collection = new Collection() window._ = require('lodash')