porting/code-relocation error

git-svn-id: http://svn.openlayers.org/trunk/openlayers@378 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-25 23:44:31 +00:00
parent b75fd8ee2c
commit 9a6b8b1404

View File

@@ -805,7 +805,7 @@ OpenLayers.Util._getNodes=function(nodes, tagName) {
* @return {str}
*/
OpenLayers.Util.getTagText = function (parent, item, index) {
var result = OpenLayers.getNodes(parent, item);
var result = OpenLayers.Util.getNodes(parent, item);
if (result && (result.length > 0))
{
if (!index) {