summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-11-14 00:55:11 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-11-14 00:55:11 +0900
commit008668e1a0475e4989931e6a9d85b5339a79f347 (patch)
tree595d18768e8c385e28c01ff7622d08909e775322 /src/web/app/common/scripts
parentAdd messaging widget (diff)
downloadsharkey-008668e1a0475e4989931e6a9d85b5339a79f347.tar.gz
sharkey-008668e1a0475e4989931e6a9d85b5339a79f347.tar.bz2
sharkey-008668e1a0475e4989931e6a9d85b5339a79f347.zip
Remove needless annotation
Diffstat (limited to 'src/web/app/common/scripts')
-rw-r--r--src/web/app/common/scripts/channel-stream.ts2
-rw-r--r--src/web/app/common/scripts/home-stream.ts2
-rw-r--r--src/web/app/common/scripts/messaging-stream.ts2
-rw-r--r--src/web/app/common/scripts/requests-stream.ts2
-rw-r--r--src/web/app/common/scripts/server-stream.ts2
-rw-r--r--src/web/app/common/scripts/stream.ts2
6 files changed, 0 insertions, 12 deletions
diff --git a/src/web/app/common/scripts/channel-stream.ts b/src/web/app/common/scripts/channel-stream.ts
index 17944dbe45..c9c7fbbcda 100644
--- a/src/web/app/common/scripts/channel-stream.ts
+++ b/src/web/app/common/scripts/channel-stream.ts
@@ -1,5 +1,3 @@
-'use strict';
-
import Stream from './stream';
/**
diff --git a/src/web/app/common/scripts/home-stream.ts b/src/web/app/common/scripts/home-stream.ts
index c549f2b936..d6324eeb7b 100644
--- a/src/web/app/common/scripts/home-stream.ts
+++ b/src/web/app/common/scripts/home-stream.ts
@@ -1,5 +1,3 @@
-'use strict';
-
import Stream from './stream';
import signout from './signout';
diff --git a/src/web/app/common/scripts/messaging-stream.ts b/src/web/app/common/scripts/messaging-stream.ts
index 63830f7b17..306a733274 100644
--- a/src/web/app/common/scripts/messaging-stream.ts
+++ b/src/web/app/common/scripts/messaging-stream.ts
@@ -1,5 +1,3 @@
-'use strict';
-
import Stream from './stream';
/**
diff --git a/src/web/app/common/scripts/requests-stream.ts b/src/web/app/common/scripts/requests-stream.ts
index 325224587a..df342693a7 100644
--- a/src/web/app/common/scripts/requests-stream.ts
+++ b/src/web/app/common/scripts/requests-stream.ts
@@ -1,5 +1,3 @@
-'use strict';
-
import Stream from './stream';
/**
diff --git a/src/web/app/common/scripts/server-stream.ts b/src/web/app/common/scripts/server-stream.ts
index a1c466b35d..938ae4bfe5 100644
--- a/src/web/app/common/scripts/server-stream.ts
+++ b/src/web/app/common/scripts/server-stream.ts
@@ -1,5 +1,3 @@
-'use strict';
-
import Stream from './stream';
/**
diff --git a/src/web/app/common/scripts/stream.ts b/src/web/app/common/scripts/stream.ts
index 9595246879..6843394644 100644
--- a/src/web/app/common/scripts/stream.ts
+++ b/src/web/app/common/scripts/stream.ts
@@ -1,5 +1,3 @@
-'use strict';
-
import * as ReconnectingWebsocket from 'reconnecting-websocket';
import * as riot from 'riot';
import CONFIG from './config';