MCPcopy Index your code
hub / github.com/Smashing/smashing / __extends

Function __extends

javascripts/batman.js:1079–1090  ·  view source on GitHub ↗
(child, parent)

Source from the content-addressed store, hash-verified

1077(function() {
1078 var __hasProp = {}.hasOwnProperty,
1079 __extends = function(child, parent) {
1080 for (var key in parent) {
1081 if (__hasProp.call(parent, key)) child[key] = parent[key];
1082 }
1083 function ctor() {
1084 this.constructor = child;
1085 }
1086 ctor.prototype = parent.prototype;
1087 child.prototype = new ctor();
1088 child.__super__ = parent.prototype;
1089 return child;
1090 };
1091
1092 Batman.PropertyEvent = (function(_super) {
1093

Callers 1

batman.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected