()
| 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; |
no test coverage detected