Skip to content

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bartelmess authored and wagenet committed May 31, 2011
1 parent 4b076a6 commit 165e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/core_foundation/views/template_collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ SC.TemplateCollectionView = SC.TemplateView.extend(
case 'thead':
case 'tbody':
case 'tfoot':
return 'tr'
return 'tr';
}
}.property('tagName'),

Expand Down

0 comments on commit 165e21a

Please sign in to comment.