toranb / ember-data-django-rest-adapter

An ember-data adapter for django web applications powered by the django-rest-framework
MIT License
153 stars 26 forks source link

replace usage of trim() for IE8 compatibility #69

Closed craigteegarden closed 10 years ago

craigteegarden commented 10 years ago

use Ember.$.trim() instead.

Fixes https://github.com/toranb/ember-data-django-rest-adapter/issues/68

toranb commented 10 years ago

whoops -I just pushed this same commit up :)

craigteegarden commented 10 years ago

Haha no worries!