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