boazsender / jQuery-Twitter-Plugin

A jQuery plugin for putting twitter searches on websites.

Home Page:http://bl.ocks.org/1813727

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get project to properly lint.

boazsender opened this issue · comments

commented
commented

I got most of this project linting in PR #15, but there are two remaining issues with it.

  1. The minified linkify code in src/jquery.twitter.js barfs.

  2. The unit tests fail lint miserably because "'equals' is not defined.".

Any ideas @rwldrn, @iros, @ajpiano?

commented

@rwldrn fixed the first issue by including linkify source in the project, and the second issue, too, apparently.