(function() {

jQuery(function($) {
  return console.log('Jquery object:', $);
});

}).call(this);