Extra renaming
This commit is contained in:
parent
dd37d440b3
commit
160a4dd3bc
@ -197,7 +197,7 @@ Timeline.getControlPoints = function (data) {
|
|||||||
* fill = true / false to fill below the graph or not
|
* fill = true / false to fill below the graph or not
|
||||||
*/
|
*/
|
||||||
Timeline.init = function (arg) {
|
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.");
|
alert("ERROR : Your browser does not support embedded Timeline.");
|
||||||
}
|
}
|
||||||
Timeline.parent_holder = document.getElementById(arg.id);
|
Timeline.parent_holder = document.getElementById(arg.id);
|
||||||
|
2
timeline.min.js
vendored
2
timeline.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user