Advertisement
gaz_lloyd

Untitled

Nov 12th, 2015
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if ($('.ace_content').length) {
  2.     console.log('detected ace, loading prefs');
  3.     var editor = window.ace.edit('editarea');
  4.     editor.getSession().setUseWrapMode(true);
  5.     editor.getSession().setUseSoftTabs(true);
  6.     editor.setTheme("ace/theme/terminal");
  7.    
  8.     window.gazAceEditor = editor;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement