Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function ($, root, undefined) {
  2.  
  3.     alert("foo");
  4.     $(function () {
  5.        
  6.         'use strict';
  7.  
  8.         alert("foo");
  9.  
  10.     })
  11. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement