Revert "More performance improvements + etc."
This commit is contained in:
parent
e364121ffb
commit
998704a722
28 changed files with 1325 additions and 3206 deletions
|
|
@ -1,12 +0,0 @@
|
|||
/* global m */
|
||||
|
||||
(function (app) {
|
||||
"use strict"
|
||||
|
||||
// Todo Model
|
||||
app.Todo = function (data) {
|
||||
this.title = m.prop(data.title)
|
||||
this.completed = m.prop(data.completed || false)
|
||||
this.editing = m.prop(data.editing || false)
|
||||
}
|
||||
})(this.app || (this.app = {}))
|
||||
Loading…
Add table
Add a link
Reference in a new issue