@@ -1,6 +1,4 @@
+- ? separate scope data and prototype methods // think about this
- repeat directive by watching an array
- make Seeds compositable
-- parse textNodes
-- [OK] formatter arguments
-- Seed.extend()
-- options to pass in templates to Seed.create()
+- parse textNodes
@@ -29,7 +29,6 @@
// define a seed
var Todos = Seed.extend({
- id: 0,
changeMessage: function () {
this.scope['msg.wow'] = 'hola'
},
@@ -26,7 +26,6 @@ module.exports = {
this.el.removeEventListener(event, handlers[event])
}
if (handler) {
- handler = handler.bind(this.el)
this.el.addEventListener(event, handler)
handlers[event] = handler