|
@@ -152,7 +152,8 @@
|
|
|
updateWrapped( options, options.wrapped );
|
|
|
}
|
|
|
ret = jQuery.isArray( data ) ?
|
|
|
- jQuery.map( data, function( dataItem ) {
|
|
|
+ jQuery.map( data, function( dataItem ,index) {
|
|
|
+ if(dataItem){dataItem.$index=index;}
|
|
|
return dataItem ? newTmplItem( options, parentItem, tmpl, dataItem ) : null;
|
|
|
}) :
|
|
|
[ newTmplItem( options, parentItem, tmpl, data ) ];
|