Fix space/tab issue.

This commit is contained in:
Natan Vivo
2013-11-24 17:33:14 -02:00
parent 00bf83cd8e
commit 2e52be773f

View File

@@ -333,5 +333,5 @@ declare module Backbone {
function noConflict(): typeof Backbone;
function setDomLibrary(jQueryNew: any): any;
var $: JQueryStatic;
var $: JQueryStatic;
}