Update reference.

This commit is contained in:
cyrilschumacher
2015-01-17 11:24:08 +01:00
parent 9d25fa00cb
commit 5ad0d64b2c
+2 -2
View File
@@ -1,4 +1,4 @@
/// <reference path="fileSaver.d.ts" />
/// <reference path="FileSaver.d.ts" />
/**
* @summary Test for "saveAs" function.
@@ -8,4 +8,4 @@ function testSaveAs() {
var filename: string = 'hello world.txt';
saveAs(data, filename);
}
}