« Return to Thread: Jquery and ViaMichelin Maps Api Problem
Re: Jquery and ViaMichelin Maps Api Problem
It seems to indicate that jQuery assumes that no properties have been
added to Object.prototype?
Is it possible that jQuery should be using hasOwnProperty in "for ... in" loops?
- Godmar
On Wed, Jun 4, 2008 at 8:18 AM, Yoan Blanc <yoan.blanc@...> wrote:
>
> // http://www2.viamichelin.com/vmw2/fwk/cmn/VMPrototypes.jsp?charset=UTF-8
>
> Object.prototype.ci = function(tF)
> {
> tF.call(this);
> };
>
> This is so wrong.
>
> -- Yoan
>
> On Wed, Jun 4, 2008 at 10:01 AM, Adriano <adrianomassi@...> wrote:
>>
>> Hi all, I'm a new member so... nice to be here, I'm Adriano from Rome
>> (Italy).
>>
>> My problem is the following: I have to use the ViaMichelin maps APIs,
>> but when i include together the two library, the jquery plus the
>> viamichelin, firebug gives me this error "tF.call is not a function".
>> The maps work, but jquery doesn't any more...
>> Trying to isolate the error cause I simply set up an html document
>> that simply import the two scripts:
>>
>> <script type="text/javascript" src="jquery.js"></script>
>> <script src="http://api.viamichelin.com/apijs/js/api.js"></script>
>>
>> and this, alone, trigger the firebug error warning. "tF.call is not a
>> function".
>>
>> If is there anyone that have any glimpse of the cause of this strange
>> behaviour I'll be glad and... grateful!!
>>
>> Thank you
>>
>> Adriano
>>
>> >
>>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "jQuery Development" group.
To post to this group, send email to jquery-dev@...
To unsubscribe from this group, send email to jquery-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---
« Return to Thread: Jquery and ViaMichelin Maps Api Problem
| Free embeddable forum powered by Nabble | Forum Help |