Set type for ol.ext.*

This commit is contained in:
tsauerwein
2014-10-24 10:41:51 +02:00
committed by Tim Schaub
parent af4184e743
commit 47d17342ca

View File

@@ -37,6 +37,8 @@ function wrapModule(mod, callback) {
return; return;
} }
var wrapped = 'goog.provide(\'ol.ext.' + mod.name + '\');\n' + var wrapped = 'goog.provide(\'ol.ext.' + mod.name + '\');\n' +
'/** @typedef {function(*)} */\n' +
'ol.ext.' + mod.name + ' = function() {};\n' +
'(function() {\n' + '(function() {\n' +
'var module = {};\n' + 'var module = {};\n' +
'/**\n' + '/**\n' +