Skip to content

Commit

Permalink
Fix single jQuery object stringify
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrick Galoso committed May 30, 2012
1 parent 356477c commit 0ad7b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crackle.js
Expand Up @@ -198,7 +198,7 @@
return object.outerHTML;
});
} else {
return self.outerHTML;
return self[0].outerHTML;
}
};
/**
Expand Down
2 changes: 1 addition & 1 deletion crackle.min.js

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

0 comments on commit 0ad7b76

Please sign in to comment.