web/data/cubicweb.timeline-ext.js
branch894685124c68
changeset 1200 0d12d4371d11
parent 1156 4b920f836567
child 5658 7b9553a9db65
child 5767 1d811df051c2
--- 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) {