Fix spelling of "empty" in disableButtonIfEmptyField function name

This commit is contained in:
Robert Speicher 2012-09-09 05:40:22 -04:00
parent ebd2a5d0ce
commit 1c01536829
5 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ window.Projects = ->
$('.save-project-loader').show()
$('form #project_default_branch').chosen()
disableButtonIfEmtpyField '#project_name', '.project-submit'
disableButtonIfEmptyField '#project_name', '.project-submit'
# Git clone panel switcher
$ ->