fix IDE warning

This commit is contained in:
Ralf Becker 2014-09-09 08:33:58 +00:00
parent 64f6aad5a2
commit 72b040db01

View File

@ -246,7 +246,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],
"description": "Allow to add email as contact to addressbook" "description": "Allow to add email as contact to addressbook"
} }
}, },
/** /**
* Constructor * Constructor
* *
@ -337,7 +337,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],
egw.open('','addressbook','add',extra); egw.open('','addressbook','add',extra);
}); });
}, },
close: function( event, ui ) close: function( event, ui )
{ {
ui.tooltip.hover( ui.tooltip.hover(
function () { function () {
@ -351,7 +351,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],
} }
}) })
.tooltip("open"); .tooltip("open");
}, }
}); });
} }
break; break;
@ -385,7 +385,7 @@ var et2_url_ro = et2_valueWidget.extend([et2_IDetachedDOM],
{ {
_nodes[0].setAttribute("class", _values["class"]); _nodes[0].setAttribute("class", _values["class"]);
} }
} }
}); });
et2_register_widget(et2_url_ro, ["url_ro", "url-email_ro", "url-phone_ro"]); et2_register_widget(et2_url_ro, ["url_ro", "url-email_ro", "url-phone_ro"]);