Skip to content

Commit

Permalink
Merge pull request #279 from billba/master
Browse files Browse the repository at this point in the history
remove browserLine
  • Loading branch information
billba authored Jan 12, 2017
2 parents e6eca28 + 8e3d737 commit 19e19b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion src/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import * as React from 'react';
import { Subscription, BehaviorSubject, Observable } from 'rxjs';
import { Activity, Media, IBotConnection, User, MediaType, ConnectionStatus } from './BotConnection';
import { DirectLine, DirectLineOptions } from './directLine';
//import { BrowserLine } from './browserLine';
import { History } from './History';
import { Shell } from './Shell';
import { createStore, FormatAction, HistoryAction, ConnectionAction, ChatStore } from './Store';
Expand Down
30 changes: 0 additions & 30 deletions src/browserLine.ts

This file was deleted.

0 comments on commit 19e19b6

Please sign in to comment.