Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
phstc committed Dec 29, 2010
1 parent 8049b24 commit 7c591e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion example.html
Expand Up @@ -47,7 +47,6 @@
</li>';
}
$('#tweets').html('<ul>' + tweetsLi + '</ul>');
$('#tweets').autolink({addBr:true});
}

$(document).ready(function(){
Expand Down
1 change: 1 addition & 0 deletions src/jquery.twitter.js
Expand Up @@ -84,6 +84,7 @@ var Twitter = {
success: function(data){
if(data.error){
error(data.error, publicMethods);
return;
}
succees(data);
},
Expand Down

0 comments on commit 7c591e9

Please sign in to comment.