Skip to content

Commit

Permalink
Added todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 4, 2010
1 parent fd5c192 commit ac217c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/jquery.hover.dialog.js
Expand Up @@ -10,7 +10,7 @@ $.fn.hoverDialog = function(options) {
var opts = $.extend({}, $.fn.hoverDialog.defaults, options);

// Create acessors for our hover dialog
var formIdArray = $(this).attr('id').split('_');
var formIdArray = $(this).attr('id').split('_'); // @todo Refactor so that when id attribute is not fail we fail silently
resourceSingular = formIdArray[1],
resourcePlural = resourceSingular.pluralize(),
$tagInput = $('input#'+ resourceSingular + '_tag_list'),
Expand Down

0 comments on commit ac217c1

Please sign in to comment.