Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 43ce3d8

Browse files
committed
removed runestonebase declaration
1 parent 48d9079 commit 43ce3d8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

runestone/parsons/js/parsons.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,6 @@
88
=== Isaiah Mayerchak ===
99
=== 6/8/15 ===
1010
==========================================*/
11-
// start with basic parent stuff
12-
function RunestoneBase () {
13-
14-
}
15-
16-
RunestoneBase.prototype.logBookEvent = function (info) {
17-
console.log("logging event " + this.divid);
18-
};
19-
20-
RunestoneBase.prototype.logRunEvent = function (info) {
21-
console.log("running " + this.divid);
22-
};
2311

2412
var prsList = {}; // Parsons dictionary
2513

0 commit comments

Comments
 (0)