Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2703 from adobe/dangoor/2612-indent-size
Browse files Browse the repository at this point in the history
Remove indentation setting from CSSCodeHints/unittests.js
  • Loading branch information
RaymondLim committed Jan 30, 2013
2 parents e25bf07 + 5a33960 commit 9868542
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/extensions/default/CSSCodeHints/unittests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" +
Expand Down

0 comments on commit 9868542

Please sign in to comment.