Skip to content

Commit 9fc4e64

Browse files
committed
Update application.js
1 parent 83ba3fe commit 9fc4e64

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

interfaceWrapper/en/application.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,3 @@ function timerEvent() {
88

99
// Create timer
1010
setTimeout(timerEvent, 1000);
11-
12-
// Example for fs API
13-
var fileName = './README.md';
14-
console.log('Application going to read ' + fileName);
15-
fs.readFile(fileName, function(err, src) {
16-
console.log('File ' + fileName + ' size ' + src.length);
17-
});

0 commit comments

Comments
 (0)