Make attribution control unselectable

This commit is contained in:
Tom Payne
2013-01-28 20:38:02 +01:00
parent c2c87a80a1
commit 2e401b43f4

View File

@@ -24,7 +24,7 @@ ol.control.Attribution = function(attributionOptions) {
this.ulElement_ = goog.dom.createElement(goog.dom.TagName.UL);
var element = goog.dom.createDom(goog.dom.TagName.DIV, {
'class': 'ol-attribution'
'class': 'ol-attribution ol-unselectable'
}, this.ulElement_);
goog.base(this, {