Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QuirkyCort committed Aug 23, 2023
1 parent 4eed142 commit fe4344b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<script src="js/builtInImages.js?v=da50685a"></script>
<script src="js/builtInModels.js?v=82f73098"></script>
<script src="js/GenConfig.js?v=3007e163"></script>
<script src="js/builder.js?v=addd463a"></script>
<script src="js/builder.js?v=a8d24858"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion public/js/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ var builder = new function() {
reset: true
},
{
option: 'sze',
option: 'size',
type: 'slider',
min: '1',
max: '100',
Expand Down

0 comments on commit fe4344b

Please sign in to comment.