9 lines
116 B

define(function () { 'use strict';
function foo () {
console.log( 'indented with tabs' );
}
return foo;
});