Browse Source

Fixed missing duktape reference

Matt Benic 9 years ago
parent
commit
8a41311537

+ 2 - 0
Script/AtomicEditor/hostExtensions/coreExtensions/ProjectBasedExtensionLoader.ts

@@ -20,6 +20,8 @@
 // THE SOFTWARE.
 // THE SOFTWARE.
 //
 //
 
 
+/// <reference path="../../../TypeScript/duktape.d.ts" />
+
 import * as EditorEvents from "../../editor/EditorEvents";
 import * as EditorEvents from "../../editor/EditorEvents";
 
 
 /**
 /**