From 6f7212c28e470218d94113eace1e9041b1512d13 Mon Sep 17 00:00:00 2001 From: Kon Date: Sat, 2 Mar 2013 23:02:21 +0900 Subject: [PATCH] Fixed header of three.d.ts --- threejs/three.d.ts | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/threejs/three.d.ts b/threejs/three.d.ts index 428b50716..12eae5de8 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -1,11 +1,7 @@ -/** - * three.d.ts (https://github.com/kontan/three.d.ts) - * - * Type definitions for three.js r56 (http://mrdoob.github.com/three.js/) - * - * Copyright (c) 2012- Kon (http://phyzkit.net/) - * - */ +// Type definitions for three.js +// Project: http://mrdoob.github.com/three.js/ +// Definitions by: Kon +// Definitions: https://github.com/borisyankov/DefinitelyTyped interface WebGLRenderingContext {}