We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54be637 commit e58ebe2Copy full SHA for e58ebe2
src/js/webbuilder.js
@@ -16,9 +16,7 @@ export const webbuilder = {
16
this.container = container;
17
this.components = components;
18
}
19
- else {
20
- throw new Error('toolbox should be instance of BuilderToolbox, container should be instance of BuilderContainer')
21
- }
+ else throw new Error('toolbox should be instance of BuilderToolbox, container should be instance of BuilderContainer')
22
},
23
24
// Define new component
@@ -50,4 +48,4 @@ export const webbuilder = {
50
48
});
51
49
return result;
52
53
-}
+}
0 commit comments