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.
This commit is contained in:
Jason Young
2015-10-07 18:05:10 -07:00
parent 66f88ec518
commit de9e6a4867
-1
View File
@@ -4,7 +4,6 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
/// <reference path="../underscore/underscore.d.ts" />
declare module Backbone {