Fix test, remove duplicated declaration for _ and $.

This commit is contained in:
Natan Vivo
2013-06-22 11:43:21 -03:00
parent 38e50c8b10
commit 2167e6f5b0
-2
View File
@@ -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();