pass npm run all in new definition-tester

This commit is contained in:
vvakame
2016-02-10 00:16:03 +09:00
parent c6c87d3587
commit 9027703c0b
96 changed files with 681 additions and 799 deletions
-2
View File
@@ -4,7 +4,6 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../geometry-dom/geometry-dom.d.ts" />
/// <reference path="../es6-promise/es6-promise.d.ts" />
declare type VREye = string;
@@ -172,4 +171,3 @@ interface Navigator {
*/
getVRDevices(): Promise<Array<WebVRApi.VRDevice>>;
}