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
+1 -1
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;