Browse Source

remove unncessary comment

KaFai Choi 5 years ago
parent
commit
05e5770ab5
2 changed files with 1 additions and 14 deletions
  1. 1
    2
      .gitignore
  2. 0
    12
      src/WebViewShared.ts

+ 1
- 2
.gitignore View File

@@ -54,5 +54,4 @@ lib/
54 54
 
55 55
 android/gradle
56 56
 android/gradlew
57
-android/gradlew.bat
58
-
57
+android/gradlew.bat

+ 0
- 12
src/WebViewShared.ts View File

@@ -1,15 +1,3 @@
1
-/**
2
- * Copyright (c) 2015-present, Facebook, Inc.
3
- *
4
- * This source code is licensed under the MIT license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- *
7
- * @format
8
- * @typescript
9
- */
10
-
11
-'use strict';
12
-
13 1
 const escapeStringRegexp = require('escape-string-regexp');
14 2
 
15 3
 const WebViewShared = {