Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3324 → Rev 3326

/trunk/widget/modules/streets/squelettes/js/ReleveStreets.js
672,7 → 672,7
/**
* Fonction handler de l'évenement location du module tb-geoloc
*/
ReleveApa.prototype.locationHandler = function( location ) {
ReleveStreets.prototype.locationHandler = function( location ) {
var locDatas = location.originalEvent.detail;
 
if ( this.utils.valOk( locDatas ) ) {
721,7 → 721,7
/**
* Fonction handler de l'évenement location du module tb-geoloc étape arbres
*/
ReleveApa.prototype.locationArbresHandler = function( location ) {
ReleveStreets.prototype.locationArbresHandler = function( location ) {
var locDatas = location.originalEvent.detail;
 
if ( this.utils.valOk( locDatas ) ) {