Removed declaration of OpenLayers if it's not defined (already requires SingleFile.js)

This commit is contained in:
Gregers Gram Rygg
2012-06-27 11:07:41 +02:00
parent 93211a31bc
commit f40d677164
-1
View File
@@ -11,7 +11,6 @@
* 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";