#382 Rename example file.

This commit is contained in:
Walker Randolph Smith 2017-04-11 16:55:55 -04:00
parent 3539f40dc5
commit c0b7139fd2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
var options = {
mode: 'text',
modes: ['text'],
modes: ['text', 'code'],
onEditable: function() { //absence of key makes the text area not readOnly
return false; // returning false makes the text area readOnly
},