Changeset 752

Show
Ignore:
Timestamp:
04/25/06 01:05:35 (2 years ago)
Author:
bob@redivi.com
Message:

konq

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit/trunk/MochiKit/Logging.js

    r732 r752  
    275275 
    276276if (typeof(printfire) == "undefined" && 
    277         typeof(document) != "undefined" && document.createEvent) { 
     277        typeof(document) != "undefined" && document.createEvent && 
     278        typeof(dispatchEvent) != "undefined") { 
    278279    // FireBug really should be less lame about this global function 
    279280    function printfire () { 
  • mochikit/trunk/packed/MochiKit/MochiKit.js

    r749 r752  
    16391639m.nameFunctions(this); 
    16401640}; 
    1641 if(typeof (printfire)=="undefined"&&typeof (document)!="undefined"&&document.createEvent){ 
     1641if(typeof (printfire)=="undefined"&&typeof (document)!="undefined"&&document.createEvent&&typeof (dispatchEvent)!="undefined"){ 
    16421642function printfire(){ 
    16431643printfire.args=arguments;