diff --git a/jquery.cluetip.js b/jquery.cluetip.js index 89bed03..d699e20 100644 --- a/jquery.cluetip.js +++ b/jquery.cluetip.js @@ -151,7 +151,7 @@ $.removeData(this, 'title'); $.removeData(this, 'cluetip'); } - if (data.title) { + if (data && data.title) { $l.attrProp('title', data.title); } $l.unbind('.cluetip').unbind('cluetipMoc');