UNPKG

raptor-dev

Version:
13 lines (10 loc) 257 B
Taglib.Function = define.Class(function() { var Function = function() { this.name = null; this.functionClass = null; this.bindToContext = false; }; Function.prototype = { }; return Function; });