From de9e6a4867113dd11ca8aa4d7dc7913e55697152 Mon Sep 17 00:00:00 2001 From: Jason Young Date: Wed, 7 Oct 2015 18:05:10 -0700 Subject: [PATCH] Remove hard reference to underscore typings I removed the hard reference to the underscore typings. Keeping this reference in here makes it impossible to mix lodash and underscore in the same projects. In my case, another library is bringing in lodash, so I don't really have a choice. By leaving out this reference, underscore or lodash can be included separately, and the user will still get typing information on that. --- backbone/backbone.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index f7c5945ad..4e40687a8 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -4,7 +4,6 @@ // Definitions: https://github.com/borisyankov/DefinitelyTyped /// -/// declare module Backbone {