meteorhacks / inject-data

A way to inject data to the client with initial HTML
MIT License
18 stars 28 forks source link

IE8 compatibility fix: use $.trim() instead of .trim() #3

Closed tomwasd closed 9 years ago

tomwasd commented 9 years ago

Another thing IE8 is missing: .trim()

Using jQuery's $.trim() allows for smooth sailing!

arunoda commented 9 years ago

Thanks.