'use strict';
function _interopDefault (ex) { return 'default' in ex ? ex['default'] : ex; }
var $ = _interopDefault(require('jquery'));
$( function () {
$( 'body' ).html( '<h1>hello world!</h1>' );
});