-
Glenn Vorhes authoredGlenn Vorhes authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
jquery-test.js 149 B
/**
* Created by gavorhes on 5/23/2016.
*/
import $ from '../src/jquery/jquery';
$('body').append('cat');
console.log($);
console.log('here');