Commit 90161e78 authored by John Crepezzi's avatar John Crepezzi
Browse files

Turn off spellcheck

parent 9d0b0c9f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 = {
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

		<pre id="box" style="display:none;"><code></code></pre>

		<textarea></textarea>
		<textarea spellcheck="false"></textarea>

	</body>