moved kit to root

This commit is contained in:
Dan Marshall
2015-12-21 10:21:38 -08:00
parent b287a941c8
commit b90cb76c4e

View File

@@ -49,8 +49,8 @@ function test() {
function testKit() {
makerjs.kit.construct(null, null);
makerjs.kit.getParameterValues(null);
(<MakerJs.kit.IMetaParameter>{}).max;
(<MakerJs.kit.IKit>{}).metaParameters;
(<MakerJs.IMetaParameter>{}).max;
(<MakerJs.IKit>{}).metaParameters;
}
function testMeasure() {