Add @require pragma to all source files.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@277 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// @require OpenLayers/Control.js
|
||||||
|
|
||||||
OpenLayers.Control.KeyboardDefaults = Class.create();
|
OpenLayers.Control.KeyboardDefaults = Class.create();
|
||||||
OpenLayers.Control.KeyboardDefaults.prototype =
|
OpenLayers.Control.KeyboardDefaults.prototype =
|
||||||
Object.extend( new OpenLayers.Control(), {
|
Object.extend( new OpenLayers.Control(), {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// @require OpenLayers/Control.js
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// @require OpenLayers/Control.js
|
||||||
OpenLayers.Control.MouseDefaults = Class.create();
|
OpenLayers.Control.MouseDefaults = Class.create();
|
||||||
OpenLayers.Control.MouseDefaults.prototype =
|
OpenLayers.Control.MouseDefaults.prototype =
|
||||||
Object.extend( new OpenLayers.Control(), {
|
Object.extend( new OpenLayers.Control(), {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// @require OpenLayers/Control.js
|
||||||
//
|
//
|
||||||
// default zoom/pan controls
|
// default zoom/pan controls
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
// @require: core/util.js
|
// @require OpenLayers/Control/PanZoom.js
|
||||||
// @require: core/alphaImage.js
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// default zoom/pan controls
|
// default zoom/pan controls
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// @require OpenLayers/Layer.js
|
||||||
|
|
||||||
OpenLayers.Layer.Google = Class.create();
|
OpenLayers.Layer.Google = Class.create();
|
||||||
OpenLayers.Layer.Google.prototype = Object.extend( new OpenLayers.Layer(), {
|
OpenLayers.Layer.Google.prototype = Object.extend( new OpenLayers.Layer(), {
|
||||||
// gmap stores the Google Map element
|
// gmap stores the Google Map element
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// @require OpenLayers/Layer.js
|
||||||
|
// @require OpenLayers/Util.js
|
||||||
OpenLayers.Layer.Grid = Class.create();
|
OpenLayers.Layer.Grid = Class.create();
|
||||||
OpenLayers.Layer.Grid.prototype = Object.extend( new OpenLayers.Layer(), {
|
OpenLayers.Layer.Grid.prototype = Object.extend( new OpenLayers.Layer(), {
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// @require OpenLayers/Layer.js
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// @require OpenLayers/Layer/Marker.js
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// @require OpenLayers/Layer/Grid.js
|
||||||
|
// @require OpenLayers/Layer/Marker.js
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// @require OpenLayers/Layer/Grid.js
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// @require OpenLayers/Util.js
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// @require OpenLayers/Util.js
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// @require OpenLayers/Tile.js
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// @require OpenLayers/Tile.js
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user