put @requires statements inside JSDOC comment block
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1235 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
|
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
|
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
|
||||||
* text of the license. */
|
* text of the license. */
|
||||||
// @requires OpenLayers/Layer/EventPane.js
|
|
||||||
|
|
||||||
if (typeof GMap2 != "undefined") {
|
if (typeof GMap2 != "undefined") {
|
||||||
|
|
||||||
@@ -32,6 +31,7 @@ if (typeof GMap2 != "undefined") {
|
|||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
*
|
*
|
||||||
|
* @requires OpenLayers/Layer/EventPane.js
|
||||||
*/
|
*/
|
||||||
OpenLayers.Layer.Google = Class.create();
|
OpenLayers.Layer.Google = Class.create();
|
||||||
OpenLayers.Layer.Google.prototype =
|
OpenLayers.Layer.Google.prototype =
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
|
/* Copyright (c) 2006 MetaCarta, Inc., published under the BSD license.
|
||||||
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
|
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the full
|
||||||
* text of the license. */
|
* text of the license. */
|
||||||
// @requires OpenLayers/Layer/EventPane.js
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class
|
* @class
|
||||||
|
*
|
||||||
|
* @requires OpenLayers/Layer/EventPane.js
|
||||||
*/
|
*/
|
||||||
OpenLayers.Layer.VirtualEarth = Class.create();
|
OpenLayers.Layer.VirtualEarth = Class.create();
|
||||||
OpenLayers.Layer.VirtualEarth.prototype =
|
OpenLayers.Layer.VirtualEarth.prototype =
|
||||||
|
|||||||
Reference in New Issue
Block a user