Skip to content
Snippets Groups Projects
my_little_test.js 740 B
Newer Older
// let g = new
Glenn Vorhes's avatar
Glenn Vorhes committed
var media_control_1 = require('../domUtil/media-control');
//
console.log('eat this fish');
console.log('eat this fish');
console.log('eat this bird');
//
// let g = new ol3.source.Vector();
//
// console.log(olx);
console.log('i am here5');
function me(eat) {
Glenn Vorhes's avatar
Glenn Vorhes committed
    if (eat === void 0) { eat = 1; }
    console.log(eat, 'one');
}
Glenn Vorhes's avatar
Glenn Vorhes committed
me(1);
Glenn Vorhes's avatar
Glenn Vorhes committed
var control = new media_control_1.MediaControl('map');
//
//
// console.log(ol3);
//
//
// console.log(definedAndNotNull("fish"));
// console.log(definedAndNotNull("fish"));
// console.log(definedAndNotNull("fish"));
// console.log(definedAndNotNull("fish"));
// console.log(definedAndNotNull("fish"));
// console.log('here');
//
//# sourceMappingURL=my_little_test.js.map