Skip to content

Commit

Permalink
Export const for Stipple model name in JS
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Oct 19, 2023
1 parent f34daea commit d10c763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Stipple"
uuid = "4acbeb90-81a0-11ea-1966-bdaff8155998"
authors = ["Adrian <[email protected]>"]
version = "0.27.10"
version = "0.27.11"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 1 addition & 1 deletion src/Elements.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function vue_integration(::Type{M};
function initStipple(rootSelector){
Stipple.init($( core_theme ? "{theme: 'stipple-blue'}" : "" ));
window.$vue_app_name = new Vue($( replace(vue_app, "'$(Stipple.UNDEFINED_PLACEHOLDER)'"=>Stipple.UNDEFINED_VALUE) ));
window.$vue_app_name = window.GENIEMODEL = new Vue($( replace(vue_app, "'$(Stipple.UNDEFINED_PLACEHOLDER)'"=>Stipple.UNDEFINED_VALUE) ));
} // end of initStipple
"
Expand Down

0 comments on commit d10c763

Please sign in to comment.