Skip to content
Snippets Groups Projects
Unverified Commit 9108976f authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

cc

parent 2ff91e4d
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ window.codemirrorManager = {
createInstance: function (textarea) {
'use strict';
var mode = textarea.getAttribute("data-codemirror-mode"),
indentationLevel = window.parseInt(textarea.getAttribute("data-codemirror-indentation"));
var mode = textarea.getAttribute('data-codemirror-mode'),
indentationLevel = window.parseInt(textarea.getAttribute('data-codemirror-indentation'));
if (isNaN(indentationLevel)) {
indentationLevel = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment