UNPKG

todomvc

Version:

> Helping you select an MV\* framework

14 lines (11 loc) 226 B
/*global define*/ 'use strict'; define([], function () { return { // Which filter are we using? TodoFilter: '', // empty, active, completed // What is the enter key constant? ENTER_KEY: 13, ESCAPE_KEY: 27 }; });