Removed unused function from kbn.js

pull/1654/head
Torkel Ödegaard 10 years ago
parent 15c8a5e351
commit dfac87db05
  1. 5
      src/app/components/kbn.js

@ -158,11 +158,6 @@ function($, _, moment) {
return info.sec * info.count;
};
// This should go away, moment.js can do this
kbn.time_ago = function(string) {
return new Date(new Date().getTime() - (kbn.interval_to_ms(string)));
};
/* This is a simplified version of elasticsearch's date parser */
kbn.parseDate = function(text) {
if(_.isDate(text)) {

Loading…
Cancel
Save