From 0a6c8b63f8656a82e9d7e90798b9bc59223f7580 Mon Sep 17 00:00:00 2001 From: Dave Allen Date: Thu, 5 Feb 2015 14:56:15 -0800 Subject: [PATCH] Fixed reference to definitions in test file. --- meteor/meteor-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meteor/meteor-tests.ts b/meteor/meteor-tests.ts index 4cdbd8367..e4c5b9066 100644 --- a/meteor/meteor-tests.ts +++ b/meteor/meteor-tests.ts @@ -1,4 +1,4 @@ -/// +/// /** * All code below was copied from the examples at http://docs.meteor.com/.