Forgot to add the reference to typings on test file

This commit is contained in:
LCHProducciones
2015-05-27 18:11:31 -03:00
parent 69750463b6
commit 99d72aacf4
+3 -1
View File
@@ -1,4 +1,6 @@
/// <reference path="../jquery/jquery.d.ts"/>
/// <reference path="magicsuggest.d.ts"/>
function basicTest() {
$('#magicSuggest').magicSuggest();
}