Un-allowed double quoted imports (for #25451)

This commit is contained in:
Benjamin Pasero
2017-04-26 19:13:12 +02:00
parent b3141c941e
commit b34f17350f
197 changed files with 337 additions and 337 deletions

View File

@@ -13,8 +13,8 @@ import { ScrollEvent, ScrollbarVisibility } from 'vs/base/common/scrollable';
import { RangeMap, IRange, relativeComplement, each } from './rangeMap';
import { IDelegate, IRenderer } from './list';
import { RowCache, IRow } from './rowCache';
import { isWindows } from "vs/base/common/platform";
import { canUseTranslate3d } from "vs/base/browser/browser";
import { isWindows } from 'vs/base/common/platform';
import { canUseTranslate3d } from 'vs/base/browser/browser';
interface IItem<T> {
id: string;

View File

@@ -18,8 +18,8 @@ import Event, { Emitter, EventBufferer, chain, mapEvent, fromCallback, any } fro
import { domEvent } from 'vs/base/browser/event';
import { IDelegate, IRenderer, IListEvent, IListMouseEvent, IListContextMenuEvent } from './list';
import { ListView, IListViewOptions } from './listView';
import { Color } from "vs/base/common/color";
import { mixin } from "vs/base/common/objects";
import { Color } from 'vs/base/common/color';
import { mixin } from 'vs/base/common/objects';
export interface IIdentityProvider<T> {
(element: T): string;