mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix test, remove duplicated declaration for _ and $.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/// <reference path="backbone.d.ts" />
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
declare var _, $;
|
||||
|
||||
function test_events() {
|
||||
|
||||
var object = new Backbone.Events();
|
||||
|
||||
Reference in New Issue
Block a user