A jQuery function should return this

This commit is contained in:
Paul van Tilburg 2012-02-11 12:30:01 +01:00
parent 6f9a7c60d9
commit e38da8c405
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ $(document).ready(function() {
this.find("pre code").each(function(idx, elem) {
hljs.highlightBlock(elem, ' ');
});
return $(this);
};
// For drag & drop file uploading via the filedrop jQuery plugin and HTML5.