@@ -0,0 +1,12 @@
goog.provide('ol');
goog.require('ol.Map');
goog.require('goog.dom');
ol.main = function() {
goog.dom.getElement('output').innerHTML = 'test';
}
window['main'] = ol.main;
// or goog.exportSymbol('main', hello.main);
The note is not visible to the blocked user.