Files
DefinitelyTyped/simplebar/simplebar-tests.ts
T

11 lines
389 B
TypeScript
Executable File

/// <reference path="simplebar.d.ts"/>
/// <reference path="../jquery/jquery.d.ts"/>
// Type definitions for simplebar.js 1.1.7
// Project: https://github.com/Grsmto/simplebar
// Definitions by: Gregor Woiwode <https://github.com/gregonnet>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
var simplebar = $.fn.simplebar.noConflict();
$.fn.simplebar = simplebar;