Changeset 286

Show
Ignore:
Timestamp:
2007-05-05 06:07:33 (2 years ago)
Author:
MaierMan
Message:

incorrect variable name for that exception

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.9.x/chrome/content/dta/addurl.js

    r197 r286  
    108108                return true; 
    109109} catch(ex) { 
    110         DTA_debug.dump("addURLnow(): ", e); 
     110        DTA_debug.dump("addURLnow(): ", ex); 
    111111} 
    112112        return false;