summaryrefslogtreecommitdiff
path: root/physi_js/physijs.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'physi_js/physijs.d.ts')
-rw-r--r--physi_js/physijs.d.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/physi_js/physijs.d.ts b/physi_js/physijs.d.ts
index 29bb3d4..76f1450 100644
--- a/physi_js/physijs.d.ts
+++ b/physi_js/physijs.d.ts
@@ -1,12 +1,11 @@
// Type definitions for Physijs
// Project: http://chandlerprall.github.io/Physijs/
// Definitions by: Satoru Kimura <https://github.com/gyohk>
-// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../three_js/ts/three.d.ts" />
-declare namespace Physijs {
+declare module Physijs {
export function noConflict():Object;
export function createMaterial(material: THREE.Material, friction?: number, restitution?: number): Material;