removing a boolean left out from the addEventListener definition

This commit is contained in:
akhoury
2014-02-26 22:32:09 -05:00
parent 3f1d5c6656
commit 0070e1158e

View File

@@ -20,7 +20,7 @@ define(function() {
setTimeout(function() { setTimeout(function() {
createNameEl.focus(); createNameEl.focus();
}, 250); }, 250);
}, false); });
createSubmitBtn.on('click', function() { createSubmitBtn.on('click', function() {
var submitObj = { var submitObj = {