Skip to content

Commit e72ea34

Browse files
travis failure
1 parent 996cdab commit e72ea34

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

js/render-datatables.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
return render;
159159
}
160160

161+
/* jshint ignore:start */
161162
switch(type){
162163
case 'number':
163164
var parts = ['', '', '', '', ''];
@@ -186,6 +187,7 @@
186187
}
187188
break;
188189
}
190+
/* jshint ignore:end */
189191
return render;
190192
}
191193

@@ -215,6 +217,8 @@
215217
})(jQuery);
216218

217219

220+
/* jshint ignore:start */
221+
218222
/**
219223
* Date / time formats often from back from server APIs in a format that you
220224
* don't wish to display to your end users (ISO8601 for example). This rendering
@@ -330,4 +334,6 @@ $.fn.dataTable.render.moment = function ( from, to, locale ) {
330334
};
331335

332336

333-
}));
337+
}));
338+
339+
/* jshint ignore:end */

0 commit comments

Comments
 (0)