~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/media/browser.js

  • Committer: William Grant
  • Date: 2009-03-25 10:56:24 UTC
  • Revision ID: grantw@unimelb.edu.au-20090325105624-fhpy3bp4xkeaaavi
Remove an extra comma from browser.js.

Show diffs side-by-side

added added

removed removed

Lines of Context:
760
760
    /* Subversion actions */
761
761
    /* These are only useful if we are in a versioned directory and have some
762
762
     * files selected. */
763
 
    set_action_state(["svnadd",], numsel >= 1 && current_file.svnstatus);
 
763
    set_action_state(["svnadd"], numsel >= 1 && current_file.svnstatus);
764
764
    /* And these are only usefull is ALL the selected files are versioned */
765
765
    set_action_state(["svnremove", "svnrevert", "svncommit", "svncopy", 
766
766
            "svncut"], numsel >= 1 && current_file.svnstatus && svn_selection);