Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Removed trailing commas from a couple of hashes in the test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Mill committed Jul 8, 2008
1 parent e8ad330 commit 82120d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jester_test.html
Expand Up @@ -587,7 +587,7 @@
var eric = User.find(1); var eric = User.find(1);
newAttrs = { newAttrs = {
'first_name' : 'todd', 'first_name' : 'todd',
'admin' : false, 'admin' : false
} }
oldAttrs = eric.attributes(); oldAttrs = eric.attributes();
eric.setAttributes(newAttrs); eric.setAttributes(newAttrs);
Expand All @@ -602,7 +602,7 @@
var eric = User.find(1); var eric = User.find(1);
newAttrs = { newAttrs = {
'first_name' : 'todd', 'first_name' : 'todd',
'admin' : false, 'admin' : false
} }
oldAttrs = eric.attributes(); oldAttrs = eric.attributes();
eric.updateAttributes(newAttrs); eric.updateAttributes(newAttrs);
Expand Down

0 comments on commit 82120d8

Please sign in to comment.