diff -r 7fa66717175b -r 0d12d4371d11 web/data/cubicweb.timeline-ext.js --- a/web/data/cubicweb.timeline-ext.js Wed Apr 01 17:25:40 2009 +0200 +++ b/web/data/cubicweb.timeline-ext.js Wed Apr 01 17:26:36 2009 +0200 @@ -9,7 +9,7 @@ /* provide our own custom date parser since the default * one only understands iso8601 and gregorian dates */ -Timeline.NativeDateUnit.getParser = function(format) { +SimileAjax.NativeDateUnit.getParser = Timeline.NativeDateUnit.getParser = function(format) { if (typeof format == "string") { if (format.indexOf('%') != -1) { return function(datestring) {