From aa3c40741ac6c0c56ce47aed0b6cbb9d2946e9d9 Mon Sep 17 00:00:00 2001 From: Dave Allen Date: Thu, 22 Jan 2015 15:43:07 -0800 Subject: [PATCH] Fixed comment at top of definition file to conform to standards. --- meteor/meteor.d.ts | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/meteor/meteor.d.ts b/meteor/meteor.d.ts index f640d0f17..50386a916 100644 --- a/meteor/meteor.d.ts +++ b/meteor/meteor.d.ts @@ -1,14 +1,7 @@ -/** - * - * Meteor definitions for TypeScript - * author - Olivier Refalo - orefalo@yahoo.com - * author - David Allen - dave@fullflavedave.com - * - * Thanks to Sam Hatoum for the base code for auto-generating this file. - * - * supports Meteor 1.0.2.1 - * - */ +// Type definitions for Meteor 1.0.3.1 +// Project: http://www.meteor.com/ +// Definitions by: Dave Allen +// Definitions: https://github.com/borisyankov/DefinitelyTyped /** * These are the modules and interfaces that can't be automatically generated from the Meteor data.js file