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, 2 insertions, 1 deletions
diff --git a/physi_js/physijs.d.ts b/physi_js/physijs.d.ts
index 76f1450..29bb3d4 100644
--- a/physi_js/physijs.d.ts
+++ b/physi_js/physijs.d.ts
@@ -1,11 +1,12 @@
// 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 module Physijs {
+declare namespace Physijs {
export function noConflict():Object;
export function createMaterial(material: THREE.Material, friction?: number, restitution?: number): Material;