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

Commit 63b14e3

Browse files
committed
removed runestoneBase declaration
1 parent c8a713a commit 63b14e3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

runestone/reveal/js/reveal.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
=== Isaiah Mayerchak ===
99
=== 06/12/15 ===
1010
==========================================*/
11-
function RunestoneBase () { // Parent function
12-
13-
}
14-
15-
RunestoneBase.prototype.logBookEvent = function (info) {
16-
console.log("logging event " + this.divid);
17-
};
18-
19-
RunestoneBase.prototype.logRunEvent = function (info) {
20-
console.log("running " + this.divid);
21-
};
2211
var RevealList = {}; // Dictionary that contains all instances of Reveal objects
2312

2413
Reveal.prototype = new RunestoneBase();

0 commit comments

Comments
 (0)