rendrjs / rendr

Render your Backbone.js apps on the client and the server, using Node.js.
MIT License
4.09k stars 312 forks source link

Fix some missed usages of $ #443

Closed roncli closed 9 years ago

roncli commented 9 years ago

There was some jQuery cleanup of $ usages in 4d349499b72210a3ec96a49e7a9288c9d3300bd9, but a couple of usages got missed. This fixes those missed $ usages.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 81.68% when pulling 49bb11ffd3a9d7df97f0f38897368cc2a79d80f2 on roncli:jquery-cleanup-fix into 615449c69331344108ff7aa10b875aa096a98c49 on rendrjs:master.

saponifi3d commented 9 years ago

:+1: thanks! I was trying to find all those when i was updating jQuery.