This commit is contained in:
Joseph Price 2013-02-04 09:10:48 -05:00
parent 1fe4ed8823
commit 4b86a91e53
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
, $e = this.$element
, o = this.options
content = (typeof o.content == 'function' ? o.content.call($e[0]) : o.content) ||
content = (typeof o.content == 'function' ? o.content.call($e[0]) : o.content)
|| $e.attr('data-content')
return content