web/data/cubicweb.timeline-ext.js
changeset 1156 4b920f836567
parent 67 60a291fe7965
child 5658 7b9553a9db65
child 5767 1d811df051c2
--- a/web/data/cubicweb.timeline-ext.js	Wed Mar 18 16:27:29 2009 +0100
+++ b/web/data/cubicweb.timeline-ext.js	Wed Mar 18 16:27:49 2009 +0100
@@ -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) {