Turn off spellcheck

raw_icon
John Crepezzi 14 years ago
parent 9d0b0c9f21
commit 90161e780d
  1. 1
      application.js
  2. 2
      index.html

@ -13,7 +13,6 @@ var application = function() {
// TODO tab support
// TODO support for push state navigation
// TODO layerX and layerY fix warnings
// TODO turn off spelling correction
var save = function(data, callback) {
var high = hljs.highlightAuto(data);
var pack = {

@ -43,7 +43,7 @@
<pre id="box" style="display:none;"><code></code></pre>
<textarea></textarea>
<textarea spellcheck="false"></textarea>
</body>

Loading…
Cancel
Save