ftlabs / fastclick

Polyfill to remove click delays on browsers with touch UIs
MIT License
18.66k stars 3.23k forks source link

Incorrect define object property in strict mode. #212

Closed sgorec closed 10 years ago

sgorec commented 10 years ago

Good day!

https://github.com/ftlabs/fastclick/blob/master/lib/fastclick.js#L30 and below.

Best regards, Denis.

matthew-andrews commented 10 years ago

Hi @sgorec,

I'm really sorry but I don't understand this issue you've raised.

To the best of my knowledge the code you've linked to is correct in strict mode. Would you be able to give us more information?

Thanks,

Matt

sgorec commented 10 years ago

Sorry for my stupid issue. I'm used fastclick as: FastClick(...) instead FastClick.attach(...) whereby "this" has reference to global scope.

Sorry again, Denis.