MCPcopy
hub / github.com/GetmeUK/ContentTools / ctor

Function ctor

spec/content-tools-spec.js:3–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1(function() {
2 var __hasProp = {}.hasOwnProperty,
3 __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; };
4
5 describe('ContentTools.getEmbedVideoURL()', function() {
6 it('should return a valid video embbed URL from a youtube URL', function() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected