Export and externalize Control.setMap

This commit is contained in:
Éric Lemoine
2013-03-28 11:21:10 +01:00
parent 2944b31c69
commit 7a71f107cb
10 changed files with 40 additions and 13 deletions
+21
View File
@@ -0,0 +1,21 @@
/**
* @externs
*/
/**
* @type {Object}
*/
var oli;
/**
* @interface
*/
oli.control.Control = function() {};
/**
* @param {ol.Map} map Map.
* @return {undefined} Undefined.
*/
oli.control.Control.prototype.setMap = function(map) {};