From 5a339604b0de5834a99bf944d82bd78ae951a5fb Mon Sep 17 00:00:00 2001 From: Kevin Dangoor Date: Tue, 29 Jan 2013 15:20:23 -0500 Subject: [PATCH] Remove indentation setting from CSSCodeHints/unittests.js This is a likely fix for #2612. I was unable to reproduce that issue, but it is true that this code was no longer needed. --- src/extensions/default/CSSCodeHints/unittests.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/extensions/default/CSSCodeHints/unittests.js b/src/extensions/default/CSSCodeHints/unittests.js index 2c9cfd3274a..5c2e406c1fd 100644 --- a/src/extensions/default/CSSCodeHints/unittests.js +++ b/src/extensions/default/CSSCodeHints/unittests.js @@ -5,13 +5,9 @@ define(function (require, exports, module) { "use strict"; var SpecRunnerUtils = brackets.getModule("spec/SpecRunnerUtils"), - Editor = brackets.getModule("editor/Editor").Editor, CodeHintManager = brackets.getModule("editor/CodeHintManager"), CSSCodeHints = require("main"); - - /* set indentation to one, to make use of tabs for the following testContent */ - Editor.setIndentUnit(1); - + describe("CSS Code Hinting", function () { var defaultContent = "@media screen { \n" +