Use the var keyword and correctly end the statement

This commit is contained in:
Marc Delisle
2011-02-23 12:44:32 -05:00
parent f985814af7
commit 3d8300a70b

View File

@@ -94,7 +94,7 @@ function appendInlineAnchor() {
else { else {
$('.edit_row_anchor').each(function() { $('.edit_row_anchor').each(function() {
$this_td = $(this) var $this_td = $(this);
$this_td.removeClass('edit_row_anchor'); $this_td.removeClass('edit_row_anchor');
var $cloned_anchor = $this_td.clone(); var $cloned_anchor = $this_td.clone();