bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI

Home Page:http://hallojs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$ is being used without being defined

mallorydxw opened this issue · comments

As a temporary fix I added "window.$ = jQuery" to my JavaScript.

It appears in the following two places:

src/toolbar/contextual.coffee
91: scrollTop = $('window').scrollTop()

src/toolbar/instant.coffee
91: scrollTop = $('window').scrollTop()