UNPKG

todomvc

Version:

> Helping you select an MV\* framework

10 lines (7 loc) 126 B
/*global define */ 'use strict'; define([ 'depot' ], function (depot) { return depot('todos', { idAttribute: 'id' }); });