lowercase functionname, indicate unique
git-svn-id: http://svn.openlayers.org/trunk/openlayers@969 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1089,7 +1089,7 @@ OpenLayers.Util.getArgs = function() {
|
|||||||
* @returns A unique id string, built on the passed in prefix
|
* @returns A unique id string, built on the passed in prefix
|
||||||
* @type String
|
* @type String
|
||||||
*/
|
*/
|
||||||
OpenLayers.Util.CreateID = function(prefix) {
|
OpenLayers.Util.createUniqueID = function(prefix) {
|
||||||
if (prefix == null) {
|
if (prefix == null) {
|
||||||
prefix = "id_";
|
prefix = "id_";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user