MCPcopy Create free account
hub / github.com/TruthHun/BookStack / CompBase

Function CompBase

static/webuploader/webuploader.custom.js:4349–4365  ·  view source on GitHub ↗
( owner, runtime )

Source from the content-addressed store, hash-verified

4347 define('runtime/compbase',[],function() {
4348
4349 function CompBase( owner, runtime ) {
4350
4351 this.owner = owner;
4352 this.options = owner.options;
4353
4354 this.getRuntime = function() {
4355 return runtime;
4356 };
4357
4358 this.getRuid = function() {
4359 return runtime.uid;
4360 };
4361
4362 this.trigger = function() {
4363 return owner.trigger.apply( owner, arguments );
4364 };
4365 }
4366
4367 return CompBase;
4368 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected