Guest User

Untitled

a guest
Feb 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <%= pjax_content_for :head_scripts_and_styles do %>
  2. <%= lazy_load :css, javascript_path("myplugin.js"), jammit_path(:jammt_package) do %>
  3. (function($){
  4. var a = new Abc();
  5. a.init();
  6. })($);
  7. <% end %>
  8. <% end %>
Add Comment
Please, Sign In to add comment