Extra renaming

This commit is contained in:
Phyks 2014-04-18 22:35:47 +02:00
parent dd37d440b3
commit 160a4dd3bc
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ Timeline.getControlPoints = function (data) {
* fill = true / false to fill below the graph or not
*/
Timeline.init = function (arg) {
if(!document.implementation.hasFeature("http://www.w3.org/TR/Timeline11/feature#Image", "1.1")) {
if(!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image", "1.1")) {
alert("ERROR : Your browser does not support embedded Timeline.");
}
Timeline.parent_holder = document.getElementById(arg.id);

2
timeline.min.js vendored

File diff suppressed because one or more lines are too long