Update stickyscroll

This commit is contained in:
Mattias Erming 2014-08-03 17:24:22 -07:00
parent 3fb8096daa
commit 3f163565cd
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
/*!
* stickyscroll
* https://github.com/erming/stickyscroll
* v2.1.0
* v2.1.1
*/
(function($) {
$.fn.sticky = function() {
@ -33,6 +33,10 @@
"overflow-y": overflow
});
$(window).unbind(".sticky");
$(window).on("resize.sticky", function() {
self.scrollBottom();
});
this.scrollBottom();
return this;

View file

@ -1,7 +1,7 @@
{
"name": "shout",
"description": "A web IRC client",
"version": "0.8.9",
"version": "0.8.10",
"homepage": "http://github.com/erming/shout",
"author": {
"name": "Mattias Erming",