define(function () { 'use strict';
function yar() {
return {
har() {
console.log('har?');
}
};
yar.har();
});