Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
殷洪(管理员)
/
raphael
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ad401490
authored
Mar 25, 2013
by
Timmy Willison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We can assume require's presence if define is present. Minor style adjustments.
parent
035a938d
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
raphael-min.js
+0
-0
raphael.js
+8
-8
raphael.svg.js
+4
-4
raphael.vml.js
+4
-4
No files found.
raphael-min.js
View file @
ad401490
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
ad401490
...
@@ -5651,15 +5651,15 @@
...
@@ -5651,15 +5651,15 @@
// └─────────────────────────────────────────────────────────────────────┘ \\
// └─────────────────────────────────────────────────────────────────────┘ \\
(
function
(
glob
,
factory
)
{
(
function
(
glob
,
factory
)
{
// AMD support
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
&&
require
)
{
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
// Require Raphael
// Require Raphael
require
([
"raphael"
],
factory
);
require
([
"raphael"
],
factory
);
}
else
if
(
glob
.
Raphael
)
{
}
else
if
(
glob
.
Raphael
)
{
// Browser globals (glob is window)
// Browser globals (glob is window)
factory
(
glob
.
Raphael
);
factory
(
glob
.
Raphael
);
}
}
}(
this
,
function
(
R
)
{
}(
this
,
function
(
R
)
{
if
(
!
R
.
svg
)
{
if
(
!
R
.
svg
)
{
return
;
return
;
}
}
var
has
=
"hasOwnProperty"
,
var
has
=
"hasOwnProperty"
,
...
@@ -7024,15 +7024,15 @@
...
@@ -7024,15 +7024,15 @@
// └─────────────────────────────────────────────────────────────────────┘ \\
// └─────────────────────────────────────────────────────────────────────┘ \\
(
function
(
glob
,
factory
)
{
(
function
(
glob
,
factory
)
{
// AMD support
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
&&
require
)
{
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
// Require Raphael
// Require Raphael
require
([
"raphael"
],
factory
);
require
([
"raphael"
],
factory
);
}
else
if
(
glob
.
Raphael
)
{
}
else
if
(
glob
.
Raphael
)
{
// Browser globals (glob is window)
// Browser globals (glob is window)
factory
(
glob
.
Raphael
);
factory
(
glob
.
Raphael
);
}
}
}(
this
,
function
(
R
)
{
}(
this
,
function
(
R
)
{
if
(
!
R
.
vml
)
{
if
(
!
R
.
vml
)
{
return
;
return
;
}
}
var
has
=
"hasOwnProperty"
,
var
has
=
"hasOwnProperty"
,
...
...
raphael.svg.js
View file @
ad401490
...
@@ -9,15 +9,15 @@
...
@@ -9,15 +9,15 @@
// └─────────────────────────────────────────────────────────────────────┘ \\
// └─────────────────────────────────────────────────────────────────────┘ \\
(
function
(
glob
,
factory
)
{
(
function
(
glob
,
factory
)
{
// AMD support
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
&&
require
)
{
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
// Require Raphael
// Require Raphael
require
([
"raphael"
],
factory
);
require
([
"raphael"
],
factory
);
}
else
if
(
glob
.
Raphael
)
{
}
else
if
(
glob
.
Raphael
)
{
// Browser globals (glob is window)
// Browser globals (glob is window)
factory
(
glob
.
Raphael
);
factory
(
glob
.
Raphael
);
}
}
}(
this
,
function
(
R
)
{
}(
this
,
function
(
R
)
{
if
(
!
R
.
svg
)
{
if
(
!
R
.
svg
)
{
return
;
return
;
}
}
var
has
=
"hasOwnProperty"
,
var
has
=
"hasOwnProperty"
,
...
...
raphael.vml.js
View file @
ad401490
...
@@ -9,15 +9,15 @@
...
@@ -9,15 +9,15 @@
// └─────────────────────────────────────────────────────────────────────┘ \\
// └─────────────────────────────────────────────────────────────────────┘ \\
(
function
(
glob
,
factory
)
{
(
function
(
glob
,
factory
)
{
// AMD support
// AMD support
if
(
typeof
define
===
"function"
&&
define
.
amd
&&
require
)
{
if
(
typeof
define
===
"function"
&&
define
.
amd
)
{
// Require Raphael
// Require Raphael
require
([
"raphael"
],
factory
);
require
([
"raphael"
],
factory
);
}
else
if
(
glob
.
Raphael
)
{
}
else
if
(
glob
.
Raphael
)
{
// Browser globals (glob is window)
// Browser globals (glob is window)
factory
(
glob
.
Raphael
);
factory
(
glob
.
Raphael
);
}
}
}(
this
,
function
(
R
)
{
}(
this
,
function
(
R
)
{
if
(
!
R
.
vml
)
{
if
(
!
R
.
vml
)
{
return
;
return
;
}
}
var
has
=
"hasOwnProperty"
,
var
has
=
"hasOwnProperty"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment