mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Merge pull request #1325 from nvivo/backbone
Fix declaration of Backbone.noConflict() and added Backbone.$
This commit is contained in:
commit
45da52c02b
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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user