Changed encoding to UTF-8.

This commit is contained in:
Jonathan Hedrén
2013-10-30 11:37:31 +01:00
parent d9ac108ab6
commit baa58a4eb5
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
/// <reference path="flight.d.ts" />
/// <reference path="flight.d.ts" />
declare var el: Element;
declare var els: Element[];
declare var mixinFn: Function;

4
flight/flight.d.ts vendored
View File

@@ -1,8 +1,8 @@
/// <reference path="../jquery/jquery.d.ts" />
/// <reference path="../jquery/jquery.d.ts" />
// Type definitions for Flight 1.1.1
// Project: http://flightjs.github.com/flight/
// Definitions by: Jonathan Hedr<EFBFBD>n <https://github.com/jonathanhedren/>
// Definitions by: Jonathan Hedrén <https://github.com/jonathanhedren/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module Flight {