Show
Ignore:
Timestamp:
11/13/07 19:21:33 (6 years ago)
Author:
mattn
Message:

websites/coderepos.org/trac/share/js/TracAuthorIcon.js: fixed typo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/coderepos.org/trac/share/js/TracAuthorIcon.js

    r1387 r1389  
    5959        switch (content.className) { 
    6060            case 'browser': 
    61                 authors = TracAuthorIcon.fetchAuthorsBrowseSoruce(content); 
     61                authors = TracAuthorIcon.fetchAuthorsBrowseSource(content); 
    6262                break; 
    6363            case 'timeline': 
     
    7575    } 
    7676 
    77     , fetchAuthorsBrowseSoruce : function (content) { 
     77    , fetchAuthorsBrowseSource : function (content) { 
    7878        var authors = []; 
    7979        var changes = TracAuthorIcon.getElementsByClassName(content, 'span', 'author');