UNPKG

lmd

Version:

LMD: Lazy Module Declaration

8 lines (6 loc) 168 B
var Ember = require('ember'); module.exports = Ember.View.extend({ focusInput: function () { this.$('#new-todo').focus(); }.on('didInsertElement') });