reverted 4622 codemirror3 because broke zencoding and drops support for IE7, we do not use the new features anyway. Sorry

This commit is contained in:
mdipierro
2013-01-23 08:17:59 -06:00
parent b7f2991246
commit b1f77b9c4a
47 changed files with 4458 additions and 7601 deletions
@@ -331,7 +331,7 @@ CodeMirror.defineMode('coffeescript', function(conf) {
return style;
},
indent: function(state) {
indent: function(state, textAfter) {
if (state.tokenize != tokenBase) {
return 0;
}