porting/code-relocation error
git-svn-id: http://svn.openlayers.org/trunk/openlayers@378 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -805,7 +805,7 @@ OpenLayers.Util._getNodes=function(nodes, tagName) {
|
|||||||
* @return {str}
|
* @return {str}
|
||||||
*/
|
*/
|
||||||
OpenLayers.Util.getTagText = function (parent, item, index) {
|
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 (result && (result.length > 0))
|
||||||
{
|
{
|
||||||
if (!index) {
|
if (!index) {
|
||||||
|
|||||||
Reference in New Issue
Block a user