MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / __extends

Function __extends

public/localscripts/calculationQuestion/rivets.js:10–10  ·  view source on GitHub ↗
(child, parent)

Source from the content-addressed store, hash-verified

8 __slice = [].slice,
9 __hasProp = {}.hasOwnProperty,
10 __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
11 __indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
12
13 Rivets = {};

Callers 1

rivets.jsFile · 0.85

Calls 1

callMethod · 0.80

Tested by

no test coverage detected