Release 0.4.3.

Patch notes
1. Quick fix for the scrolling problem in Firefox.
This commit is contained in:
Hyunje Alex Jun 2013-08-01 02:16:44 +09:00
parent af7194114a
commit b461fa895b
6 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/*! perfect-scrollbar - v0.4.2
/*! perfect-scrollbar - v0.4.3
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2013 HyeonJe Jun; Licensed MIT */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "perfect-scrollbar",
"version": "0.4.2",
"version": "0.4.3",
"engines": {
"node": ">= 0.8.0"
},

View File

@ -2,7 +2,7 @@
"name": "perfect-scrollbar",
"title": "perfect-scrollbar",
"description": "Tiny but perfect jquery scrollbar plugin.",
"version": "0.4.2",
"version": "0.4.3",
"author": {
"name": "HyeonJe Jun",
"email": "noraesae@yuiazu.net",