timeglider / jquery_widget

Timeglider's JS Widget component. See README for details.
193 stars 41 forks source link

Various fixes related to Noah's Drupal module. #2

Closed randallknutson closed 13 years ago

randallknutson commented 13 years ago

Michael,

We spoke on the phone a few weeks ago in relation to the Noah project. I've been working on a module that integrates timeglider and had to make a few patches. Please look them over and let me know if you have any questions about them.

Timeglider is looking good and I'm excited about where it can end up.

Thanks.

Randall Knutson

timeglider commented 13 years ago

Randall, thanks again. I needed to patch these things by hand as my files had changed too much without pushing up to Github and I had "not confident" flags : ) I could ensure $ was jQuery in the large closures by declaring var $ = jQuery, but in TGOrg.js, which for some reason I'm not wrapping with the same closure as the other files, I set the couple references to jQuery. Otherwise I worked up all your changes.