Skip to content

Commit 6e3ce67

Browse files
committed
error_solved
1 parent cf84e3f commit 6e3ce67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/activity.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ const doAnalyzeProject = function() {
192192
/**
193193
* Represents an activity in the application.
194194
*/
195+
function docById(id) {
196+
return document.getElementById(id);
197+
}
195198
class Activity {
196199
/**
197200
* Creates an Activity instance.

0 commit comments

Comments
 (0)