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

« back to all changes in this revision

Viewing changes to www/media/browser/editor.js

  • Committer: agdimech
  • Date: 2008-02-18 02:17:47 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:489
browser.js, editor.js: Fixed the syntax error which was resulting due to a trailing comma. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        start_highlight: true,
87
87
        allow_toggle: false,
88
88
        allow_resize: false,
89
 
        replace_tab_by_spaces: 4,
 
89
        replace_tab_by_spaces: 4
90
90
    });
91
91
}
92
92