borndangerous / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

failing when using localhost in timeplot-api.js #331

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Modified timeplot-api.js ar timelineURL 
= "http://localhost/simile/timeline/api/timeline-api.js?bundle=true";
2. Fails on timeplot-bundle.js on this line:
if(!this._labeler){this._labeler=this._unit.createLabeller
(this._locale,this._timeZone);
3. works fine if I use:
var timelineURL = "http://api.simile-widgets.org/timeline/2.3.1/timeline-
api.js?bundle=true";

What is the expected output? What do you see instead?
I except the graph to be generated and instead the line on step 2 is 
reached and fails.

What version of the product are you using? On what browser and what
operating system? All browsers and running on solaris and using latest 
download.

Please provide any additional information below.

Original issue reported on code.google.com by ddraper....@gmail.com on 13 Nov 2009 at 9:24

GoogleCodeExporter commented 8 years ago
can close...new update fixed the issues

Original comment by ddraper....@gmail.com on 3 Dec 2009 at 9:13

GoogleCodeExporter commented 8 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 10:20