html-next / ember-hammertime

TouchAction (aka "fastclick") Support for Ember Applications
MIT License
56 stars 23 forks source link

Fix Error result from trying to access undefined function isHTMLSafe #30

Closed kylemellander closed 6 years ago

kylemellander commented 8 years ago

This removes the reference to isHTMLSafe (which does not exist) and instead just formats the other styles being added to be htmlSafe

runspired commented 8 years ago

Can you use version checker at build time to optionally include the polyfill instead?

https://github.com/workmanw/ember-string-ishtmlsafe-polyfill

runspired commented 8 years ago

@kylemellander if you don't have time to rework this, no worries, there's actually a full rewrite of this addon in the pipeline to address a few perf concerns that does away with the need for this check (we rewrote hammer-time and now will rewrite ember-hammertime to match)

kylemellander commented 6 years ago

I'm going to close this because its over 2 years old.