(child, parent)
| 29 | var Dropzone, Emitter, ExifRestore, camelize, contentLoaded, detectVerticalSquash, drawImageIOSFix, noop, without, |
| 30 | slice = [].slice, |
| 31 | extend1 = 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; }, |
| 32 | hasProp = {}.hasOwnProperty; |
| 33 | |
| 34 | noop = function() {}; |