MCPcopy
hub / github.com/winjs/winjs / done

Function done

src/js/WinJS/BindingTemplate.js:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 _ElementUtilities.addClass(d, "win-loading");
53 var that = template;
54 function done() {
55 _ElementUtilities.removeClass(d, "win-loading");
56 _WriteProfilerMark("WinJS.Binding:templateRender" + template._profilerMarkIdentifier + ",StopTM");
57 return extractedChild || d;
58 }
59 var initial = d.children.length;
60 var element;
61 var extractedChild;

Callers 1

interpretedRenderFunction · 0.70

Calls 1

removeClassMethod · 0.65

Tested by

no test coverage detected