Removed declaration of OpenLayers if it's not defined (already requires SingleFile.js)
This commit is contained in:
@@ -6,12 +6,11 @@
|
|||||||
*
|
*
|
||||||
* @requires OpenLayers/SingleFile.js
|
* @requires OpenLayers/SingleFile.js
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Namespace: OpenLayers.Vendor
|
* Namespace: OpenLayers.Vendor
|
||||||
* A collection of utility functions to detect vendor prefixed features
|
* A collection of utility functions to detect vendor prefixed features
|
||||||
*/
|
*/
|
||||||
var OpenLayers = OpenLayers || {};
|
|
||||||
OpenLayers.Vendor = (function() {
|
OpenLayers.Vendor = (function() {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user