Bug Tracker

Changes between Initial Version and Version 1 of Ticket #10175, comment 2


Ignore:
Timestamp:
Sep 2, 2011, 8:28:44 AM (12 years ago)
Author:
addyosmani
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10175, comment 2

    initial v1  
    1 Confirmed: http://jsfiddle.net/GEJwe/ (and there's a workaround in there using '//') however, I need to discuss with the rest of the group as to whether this is simply expected (but undocumented) behaviour.
     1Confirmed: http://jsfiddle.net/GEJwe/ (and there's a workaround in there using
     2{{{
     3$.getJSON('//', function(){alert('ok');})
     4}}}
     5
     6however, I need to discuss with the rest of the group as to whether this is simply expected (but undocumented) behaviour.