Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
/// <reference path="../jquery/jquery.d.ts" />
declare module JQueryTinyScrollbar {
declare namespace JQueryTinyScrollbar {
export interface JQueryTinyScrollbarOptions {
/**
* Enable mobile invert style scrolling. (default: false)
@@ -34,7 +34,7 @@ declare module JQueryTinyScrollbar {
/**
* Set the size of the thumb to auto or a fixed number. (default: 'auto')
*/
sizethumb?: any;
sizethumb?: any;
}
}
interface JQuery {
@@ -50,4 +50,4 @@ interface JQuery {
* @param options The options
*/
tinyscrollbar_update(options?: any): JQuery;
}
}