Skip to content

Commit

Permalink
Some clean ups.
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Feb 13, 2017
1 parent 791f430 commit c50f616
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 100 deletions.
4 changes: 1 addition & 3 deletions src/gui/PopDownListPicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ class PopDownListPicker<T extends { id: string; }> extends ThemeableElementBase
*/
static TAG_NAME = "CB-POPDOWNLISTPICKER";

static EVENT_CLOSE_REQUEST = "CB-POPDOWNLISTPICKER-CLOSE_REQUEST";

static ATTR_DATA_ID = "data-id";

static CLASS_RESULT_SELECTED = "CLASS_RESULT_SELECTED";
Expand Down Expand Up @@ -78,7 +76,7 @@ class PopDownListPicker<T extends { id: string; }> extends ThemeableElementBase
this._extraCssFiles = [];
}

geSelected(): string {
getSelected(): string {
return this._selectedId;
}

Expand Down
18 changes: 0 additions & 18 deletions src/plugins/TerminalViewerExtra/TerminalViewerExtra.js

This file was deleted.

79 changes: 0 additions & 79 deletions src/plugins/TextViewer/TextViewerPlugin.js

This file was deleted.

0 comments on commit c50f616

Please sign in to comment.