~automne-team/automne/4.2

« back to all changes in this revision

Viewing changes to automne/codemirror/indent.js

  • Committer: sebastien-pauchet
  • Date: 2012-01-30 09:37:49 UTC
  • Revision ID: seb@automne-cms.org-20120130093749-q3404vgxbhe56cic
Tags: V4_2_0rc2
Correct a JS error (BOM) in new version of codemirror
Add missing field in SQL dump

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ============== Indentation extensions ============================
 
1
// ============== Indentation extensions ============================
2
2
// Applies automatic mode-aware indentation to all document
3
3
CodeMirror.defineExtension("reindent", function () {
4
4
  var cmInstance = this;