mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-21 21:14:25 +00:00
Merge pull request #1325 from nvivo/backbone
Fix declaration of Backbone.noConflict() and added Backbone.$
This commit is contained in:
10
backbone/backbone.d.ts
vendored
10
backbone/backbone.d.ts
vendored
@@ -330,12 +330,8 @@ declare module Backbone {
|
||||
var emulateJSONBackbone: boolean;
|
||||
|
||||
// Utility
|
||||
|
||||
// 0.9 cannot return modules anymore, and "typeof <Module>" is not compiling for some reason
|
||||
// returning "any" until this is fixed
|
||||
|
||||
//function noConflict(): typeof Backbone;
|
||||
function noConflict(): any;
|
||||
|
||||
function noConflict(): typeof Backbone;
|
||||
function setDomLibrary(jQueryNew: any): any;
|
||||
|
||||
var $: JQueryStatic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user