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

View File

@@ -6,12 +6,11 @@
*
* @requires OpenLayers/SingleFile.js
*/
/**
* Namespace: OpenLayers.Vendor
* A collection of utility functions to detect vendor prefixed features
*/
var OpenLayers = OpenLayers || {};
OpenLayers.Vendor = (function() {
"use strict";