Insert new task when ENTER is pressed

This commit is contained in:
Abhishek Das
2013-03-25 01:17:16 +05:30
parent fc282d0723
commit e53369a5a2
3 changed files with 9 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
var app = app || {};
var ENTER_KEY = 13;
$(function(){