Skip to content

Commit

Permalink
Pass JSHint
Browse files Browse the repository at this point in the history
  • Loading branch information
wecc committed Feb 13, 2015
1 parent 83e9cc8 commit b5f86f3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
var get = Ember.get;
var Post, post, Comment, comment, Favorite, favorite, env;
var run = Ember.run;

Expand Down Expand Up @@ -436,7 +435,6 @@ test("Calling normalize should normalize the payload (only the passed keys)", fu
});

test('serializeBelongsTo with async polymorphic', function() {
var post, favorite;
var json = {};
var expected = { post: '1', postTYPE: 'post' };

Expand Down

0 comments on commit b5f86f3

Please sign in to comment.