MCPcopy Create free account
hub / github.com/candybox2/candybox2.github.io / run

Method run

code/main/RenderLinkClick.ts:13–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12 // Public methods
13 public run(): void{
14 // We copy the render link so we can use it in the functions below
15 var renderLink: RenderLinkClick = this;
16
17 $(this.element).mouseup(function(event){
18 renderLink.callbackCollection.fire();
19 return false; // Avoid event bubbling
20 });
21 }
22}

Callers

nothing calls this directly

Calls 3

$Function · 0.85
mouseupMethod · 0.80
fireMethod · 0.65

Tested by

no test coverage detected