Fixed test file reference to meteor def file.

This commit is contained in:
Dave Allen
2014-08-04 10:23:39 -07:00
parent 4241fd0e05
commit 8dc6096566
+1 -1
View File
@@ -1,4 +1,4 @@
/// <reference path='../meteor.d.ts'/>
/// <reference path='meteor.d.ts'/>
/**
* All code below was copied from the examples at http://docs.meteor.com/.