Fixing typos.

This commit is contained in:
ahocevar
2012-06-21 19:36:11 +02:00
parent 188615391d
commit ed62cc00a7
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ ol.control.CONTROL_MAP = {};
* @param {Function} Control
*/
ol.control.addControl = function(name, Control) {
ol.control.CONTROL_MAP = Control;
ol.control.CONTROL_MAP[name] = Control;
};
/**