Skip to content

Commit 5fdfd3f

Browse files
committed
Fixed generated javascript
Added missing end tag and removed extra curly bracket.
1 parent dc8a61c commit 5fdfd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsapi.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ mixin template extensions()
4343
}
4444
});
4545
}
46-
}
46+
</script>
4747
`;
4848

4949
/**

0 commit comments

Comments
 (0)