UNPKG

todomvc

Version:

> Helping you select an MV\* framework

13 lines (10 loc) 197 B
/*global $ */ /*jshint unused:false */ var app = app || {}; var ENTER_KEY = 13; var ESC_KEY = 27; $(function () { 'use strict'; // kick things off by creating the `App` new app.AppView(); });