Skip to content

Instantly share code, notes, and snippets.

@daybrush
Last active October 18, 2018 08:32
Show Gist options
  • Save daybrush/f7e4ff8289dba77989955f1123527710 to your computer and use it in GitHub Desktop.
Save daybrush/f7e4ff8289dba77989955f1123527710 to your computer and use it in GitHub Desktop.
var Scene_extends = (undefined && undefined.__extends) || (function () {
// Duplicate code
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
}
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
var SceneItem_extends = ...;
var Animator_extends = ...;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment