Fixed error when Raphael undefined
This commit is contained in:
parent
3a840befc2
commit
bdfe043506
File diff suppressed because one or more lines are too long
|
|
@ -5606,7 +5606,7 @@
|
|||
// │ Copyright (c) 2008-2011 Sencha Labs (http://sencha.com) │ \\
|
||||
// │ Licensed under the MIT (http://raphaeljs.com/license.html) license. │ \\
|
||||
// └─────────────────────────────────────────────────────────────────────┘ \\
|
||||
window.Raphael.svg && function (R) {
|
||||
window.Raphael && window.Raphael.svg && function (R) {
|
||||
var has = "hasOwnProperty",
|
||||
Str = String,
|
||||
toFloat = parseFloat,
|
||||
|
|
@ -6966,7 +6966,7 @@ window.Raphael.svg && function (R) {
|
|||
// │ Copyright (c) 2008-2011 Sencha Labs (http://sencha.com) │ \\
|
||||
// │ Licensed under the MIT (http://raphaeljs.com/license.html) license. │ \\
|
||||
// └─────────────────────────────────────────────────────────────────────┘ \\
|
||||
window.Raphael.vml && function (R) {
|
||||
window.Raphael && window.Raphael.vml && function (R) {
|
||||
var has = "hasOwnProperty",
|
||||
Str = String,
|
||||
toFloat = parseFloat,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
// │ Copyright (c) 2008-2011 Sencha Labs (http://sencha.com) │ \\
|
||||
// │ Licensed under the MIT (http://raphaeljs.com/license.html) license. │ \\
|
||||
// └─────────────────────────────────────────────────────────────────────┘ \\
|
||||
window.Raphael.svg && function (R) {
|
||||
window.Raphael && window.Raphael.svg && function (R) {
|
||||
var has = "hasOwnProperty",
|
||||
Str = String,
|
||||
toFloat = parseFloat,
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
// │ Copyright (c) 2008-2011 Sencha Labs (http://sencha.com) │ \\
|
||||
// │ Licensed under the MIT (http://raphaeljs.com/license.html) license. │ \\
|
||||
// └─────────────────────────────────────────────────────────────────────┘ \\
|
||||
window.Raphael.vml && function (R) {
|
||||
window.Raphael && window.Raphael.vml && function (R) {
|
||||
var has = "hasOwnProperty",
|
||||
Str = String,
|
||||
toFloat = parseFloat,
|
||||
|
|
|
|||
Loading…
Reference in New Issue