Current section

Files

Jump to
raxx_kit priv template lib app_name www assets main.js.eex
Raw

priv/template/lib/app_name/www/assets/main.js.eex

<%= if @node_assets do %>window.app = {
show: function (title) {
console.log(title)
}
}<% end %>