UNPKG

raptor-dev

Version:
9 lines 215 B
Taglib.Function = function () { function Function() { this.name = null; this.functionClass = null; this.bindToContext = false; } Function.prototype = {}; return Function; }();