Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
raphael
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nhn
raphael
Commits
ad401490
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
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
17 deletions
+17
-17
raphael-min.js
raphael-min.js
+1
-1
raphael.js
raphael.js
+8
-8
raphael.svg.js
raphael.svg.js
+4
-4
raphael.vml.js
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