Skip to content

Commit

Permalink
chore: make english same as chinese, add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wssgcg1213 committed Mar 21, 2022
1 parent bf1c24a commit b549220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration_tests/lib/main.dart
Expand Up @@ -54,6 +54,7 @@ void main() async {
return 'method: ' + method;
};

// This is a virtual location for test program to test [Location] functionality.
final String specUrl = 'assets:///test.js';
late Kraken kraken;

Expand Down
2 changes: 1 addition & 1 deletion kraken/example/assets/bundle.js
@@ -1,4 +1,4 @@
var text1 = document.createTextNode('Welcome to Kraken!');
var text1 = document.createTextNode('Hello Kraken!');
var br = document.createElement('br');
var text2 = document.createTextNode('你好,北海!');
var p = document.createElement('p');
Expand Down

0 comments on commit b549220

Please sign in to comment.