diff --git a/src/technologies/t.json b/src/technologies/t.json index ef056049c..14b1c74fd 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -2604,7 +2604,7 @@ "description": "Three.js is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL.", "icon": "three.js.png", "js": { - "window.__THREE__": "^(.+)$\\;version:\\1", + "__THREE__": "^(.+)$\\;version:\\1", "THREE.REVISION": "^(.+)$\\;version:\\1" }, "scriptSrc": "three(?:\\.min)?\\.js", @@ -2644,4 +2644,4 @@ "implies": "Node.js", "website": "https://totaljs.com" } -} \ No newline at end of file +}