Fixed reference to definitions in test file.

This commit is contained in:
Dave Allen
2015-02-05 14:56:15 -08:00
parent 8e09840c4b
commit 0a6c8b63f8

View File

@@ -1,4 +1,4 @@
/// <reference path='../definitions/meteor.d.ts'/>
/// <reference path='meteor.d.ts'/>
/**
* All code below was copied from the examples at http://docs.meteor.com/.