File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ function get_speakers() {
38
38
return speaker_profile ( { cities : cities } )
39
39
40
40
function speaker_profile ( city_map ) {
41
- _ . each ( city_map . cities , function ( city ) {
42
- _ . each ( city . speakers , function ( speaker ) {
43
- speaker . about_me = marked ( speaker . about_me )
41
+ city_map . cities . forEach ( function ( city ) {
42
+ city . speakers . forEach ( function ( speaker ) {
43
+ speaker . about_me = marked ( speaker . about_me )
44
44
} )
45
45
} )
46
46
return city_map
Original file line number Diff line number Diff line change 16
16
"url" : " git://github.com/knode/knode.github.io.git"
17
17
},
18
18
"author" : " " ,
19
- "license" : " BSD-2-Clause " ,
19
+ "license" : " MIT " ,
20
20
"bugs" : {
21
21
"url" : " https://github.com/knode/knode.github.io/issues"
22
22
},
You can’t perform that action at this time.
0 commit comments