tooltip error

tooltip error

In Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15

The next error occured

settings(current) is undefined
http://phonesys.oml.ru:8080/js/jquery-tooltip/jquery.tooltip.min.js
Line 16
helper.url.hide();helper.parent.addCla...(current).fade,current.tOpacity);else

My code:

$('.tooltip').tooltip({
                        "extraClass": "pretty ui-corner-all",
                        "bodyHandler": function() {
                            return $(this).attr("data");
                        }
                    });

<span class="object-state tooltip
                {if object['total_channels'] != null && object['total_channels'] <= 0}
                    {if object['peerstatus'] && (object['peerstatus']['sip'] != null && object.peerstatus.sip.charAt(0) != 'r') && (object['peerstatus']['iax2'] != null && object.peerstatus.iax2.charAt(0) != 'r') &&    !object['dahdi_channel']}
                        unavailable
                    {else}
                        not-inuse
                    {/if}
                {elseif object['total_channels'] != null}
                    inuse
                {/if}
                " data="
                   &lt;div&gt;АТС: ${object['addr']|escape}&lt;/div&gt;
                  
                   &lt;div&gt;Рабочий телефон: ${object['objectname']|escape}&lt;/div&gt;
                  
                   {if object['agent'] && object['agent']['agent_id']}
                   &lt;div&gt;Номер агента: ${object['agent']['agent_id']|escape}&lt;/div&gt;
                   {/if}
                  
                   &lt;div&gt;Суммарный статус: {if object['total_channels']}&lt;span class='inuse'&gt;Занят&lt;/span&gt;(${object['total_channels']}){else}&lt;span class='not-inuse'&gt;Свободен&lt;/span&gt;{/if}&lt;/div&gt;
                  
                   &lt;div&gt;DAHDI телефон: {if object['dahdi_channel']}да{else}&lt;span style='color: maroon'&gt;нет&lt;/span&gt;{/if}&lt;/div&gt;
                  
                   &lt;div&gt;Софтфоны:
                   {for tech in object['peerstatus']}
                         &lt;div&gt; &nbsp; ${tech_index|escape}: ${tech|escape}&lt;/div&gt;
                   {/for}&lt;/div&gt;
                   
                   &lt;div&gt;Линии:
                    {for tech in object['channels']}
                        &lt;div&gt; &nbsp; ${tech_index|escape}: ${tech.count}&lt;/div&gt;
                    {/for}&lt;/div&gt;
                  
                   ">${object['objectname']|escape}</span>