From 90161e780d819642e7df5754167a3c3955e037e6 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Thu, 17 Nov 2011 22:45:25 -0500 Subject: [PATCH] Turn off spellcheck --- application.js | 1 - index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/application.js b/application.js index a28308d..ad65f63 100644 --- a/application.js +++ b/application.js @@ -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 = { diff --git a/index.html b/index.html index 8ae49a2..b1b74af 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,7 @@ - +