mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Remove use strict directives in main VS Code src (part 3)
We compile using the alwaysStrict flag so these directives are not needed. This part removes most of the remaining use strict directives that were not caught by part 1 and 2
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
'use strict';
|
||||
|
||||
import * as sinon from 'sinon';
|
||||
import { TPromise } from 'vs/base/common/winjs.base';
|
||||
|
||||
Reference in New Issue
Block a user