Remove jQuery requirement

This commit is contained in:
Andrew Fong
2015-10-02 07:54:40 +00:00
parent 985c4db782
commit e8e55ed93a
+1 -3
View File
@@ -3,8 +3,6 @@
// Definitions by: Andrew Fong <https://github.com/fongandrew>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
declare module SegmentAnalytics {
interface Integrations {
@@ -72,4 +70,4 @@ declare module SegmentAnalytics {
declare module "analytics-node" {
export = SegmentAnalytics.Analytics;
}
}