@@ -4,18 +4,18 @@ templates['files_drop'] = template({"1":function(container,depth0,helpers,partia
44 var helper ;
55
66 return " <span class=\"icon-loading-small\"></span> "
7- + container . escapeExpression ( ( ( helper = ( helper = helpers . name || ( depth0 != null ? depth0 . name : depth0 ) ) != null ? helper : helpers . helperMissing ) , ( typeof helper === "function" ? helper . call ( depth0 != null ? depth0 : ( container . nullContext || { } ) , { "name" :"name" , "hash" :{ } , "data" :data } ) : helper ) ) )
7+ + container . escapeExpression ( ( ( helper = ( helper = helpers . name || ( depth0 != null ? depth0 . name : depth0 ) ) != null ? helper : container . hooks . helperMissing ) , ( typeof helper === "function" ? helper . call ( depth0 != null ? depth0 : ( container . nullContext || { } ) , { "name" :"name" , "hash" :{ } , "data" :data } ) : helper ) ) )
88 + "\n" ;
99} , "3" :function ( container , depth0 , helpers , partials , data ) {
10- var helper , alias1 = depth0 != null ? depth0 : ( container . nullContext || { } ) , alias2 = helpers . helperMissing , alias3 = "function" , alias4 = container . escapeExpression ;
10+ var helper , alias1 = depth0 != null ? depth0 : ( container . nullContext || { } ) , alias2 = container . hooks . helperMissing , alias3 = "function" , alias4 = container . escapeExpression ;
1111
1212 return " <img src=\""
1313 + alias4 ( ( ( helper = ( helper = helpers . iconSrc || ( depth0 != null ? depth0 . iconSrc : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"iconSrc" , "hash" :{ } , "data" :data } ) : helper ) ) )
1414 + "\"/> "
1515 + alias4 ( ( ( helper = ( helper = helpers . name || ( depth0 != null ? depth0 . name : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"name" , "hash" :{ } , "data" :data } ) : helper ) ) )
1616 + "\n" ;
17- } , "compiler" :[ 7 , ">= 4.0 .0" ] , "main" :function ( container , depth0 , helpers , partials , data ) {
18- var stack1 , helper , alias1 = depth0 != null ? depth0 : ( container . nullContext || { } ) , alias2 = helpers . helperMissing , alias3 = "function" , alias4 = container . escapeExpression ;
17+ } , "compiler" :[ 8 , ">= 4.3 .0" ] , "main" :function ( container , depth0 , helpers , partials , data ) {
18+ var stack1 , helper , alias1 = depth0 != null ? depth0 : ( container . nullContext || { } ) , alias2 = container . hooks . helperMissing , alias3 = "function" , alias4 = container . escapeExpression ;
1919
2020 return "<li data-toggle=\"tooltip\" title=\""
2121 + alias4 ( ( ( helper = ( helper = helpers . name || ( depth0 != null ? depth0 . name : depth0 ) ) != null ? helper : alias2 ) , ( typeof helper === alias3 ? helper . call ( alias1 , { "name" :"name" , "hash" :{ } , "data" :data } ) : helper ) ) )
0 commit comments