alethes / meteor-pages

Meteor pagination
MIT License
403 stars 84 forks source link

remove backticks that caused require not defined #214

Closed gantrim closed 8 years ago

gantrim commented 8 years ago

In meteor 1.3.3 (possibly other versions) the backticks caused ReferenceError: require is not defined when including this package. switched backticks to single quotes per suggestion here: https://github.com/meteor/meteor/issues/7226.

Should fix issue reported in Issue #211

gantrim commented 8 years ago

closing since #212 solves same issue but in a better way.