enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

Change "lib/adapter-component.js" to "lib/adapter-jquery.js" in bower.json #94

Closed changalberto closed 10 years ago

changalberto commented 10 years ago

Line 7 of: https://github.com/enyo/opentip/blob/master/bower.json

Using grunt bower-install (http://stephenplusplus.github.io/grunt-bower-install/) and it's been including the wrong adaptor for me since I'm using jQuery.

Let me know if this is going to be an issue.

Thanks!

enyo commented 10 years ago

Mh... well, the jQuery version is not necessary. It's just an addition if you want it. If you want the jQuery specific calls, at the moment you need to include it manually. The only difference will be that you're going to use $('el').opentip() instead of new Opentip()