Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
oculus42 committed Jan 17, 2017
1 parent b266abf commit 6f05ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion printThis.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,6 @@

// $.selector container
jQuery.fn.outer = function() {
return $($("<div></div>").html(this.clone())).html()
return $($("<div></div>").html(this.clone())).html();
}
})(jQuery);

0 comments on commit 6f05ec1

Please sign in to comment.