Skip to content

Commit 3b3c677

Browse files
committed
Generate JavaScript files
Generate JavaScript by running `tsc` in the root directory; used version: TypeScript 4.1.5.
1 parent fe09848 commit 3b3c677

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

javascripts/examples.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
var Examples = {
23
names: ['cities', 'greeter', 'i_love_ruby', 'hello_world'],
34
random: function () {

javascripts/page.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
"use strict";
12
var Page = {
23
SiteLinks: {
34
highlight: function () {

0 commit comments

Comments
 (0)