Remove "use strict"

Closes #107
This commit is contained in:
Josh Johnson 2017-06-21 00:30:16 -04:00
parent 60cf5e34ce
commit 846a128984
13 changed files with 0 additions and 26 deletions

View file

@ -1,5 +1,3 @@
'use strict';
import * as vsc from 'vscode';
export class RangeUtil {