fixed typo

This commit is contained in:
Barbara Borges Ribeiro
2016-03-17 21:36:51 +00:00
parent 470b82fd64
commit d2dd76e13d
4 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ $.extend(actionButtonInputBinding, {
// to check (and store) the previous icon, we look for a $el child
// object that has an i tag, and some (any) class (this prevents
// italicized text - which has an i tag but, usually, no class -
// from being mistankenly selected)
// from being mistakenly selected)
if ($el.find('i[class]').length > 0) {
var icon_html = $el.find('i[class]')[0];
icon = $(icon_html).prop('outerHTML');