(child, parent)
| 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 |