Skip to content

Commit

Permalink
Test local storage on Twitter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jun 4, 2010
1 parent 4c3d38a commit 0e0db8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions jquery.twitter.tests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var SpecIt = {
},
eql: function() {
if(SpecIt.currentExpectation === 'should') {
equals(this,
same(this,
arguments[0],
"Expected " + this + " to equal " + arguments[0]);
} else {
Expand Down

0 comments on commit 0e0db8f

Please sign in to comment.