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
e361cc42
authored
Dec 22, 2014
by
Marat Dreizin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced check "window || this" with "this"
parent
630eb142
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
9 deletions
+11
-9
dev/raphael.amd.js
+2
-1
dev/raphael.core.js
+1
-1
dev/raphael.svg.js
+1
-1
dev/raphael.vml.js
+1
-1
raphael-min.js
+0
-0
raphael.js
+6
-5
No files found.
dev/raphael.amd.js
View file @
e361cc42
...
@@ -22,6 +22,6 @@
...
@@ -22,6 +22,6 @@
}
else
{
}
else
{
glob
.
Raphael
=
factory
(
glob
.
Raphael
);
glob
.
Raphael
=
factory
(
glob
.
Raphael
);
}
}
}(
window
||
this
,
function
(
Raphael
)
{
}(
this
,
function
(
Raphael
)
{
return
Raphael
.
ninja
();
return
Raphael
.
ninja
();
}));
}));
\ No newline at end of file
dev/raphael.core.js
View file @
e361cc42
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
}
else
{
}
else
{
glob
.
Raphael
=
factory
(
glob
.
eve
);
glob
.
Raphael
=
factory
(
glob
.
eve
);
}
}
}(
window
||
this
,
function
(
eve
)
{
}(
this
,
function
(
eve
)
{
/*\
/*\
* Raphael
* Raphael
[ method ]
[ method ]
...
...
dev/raphael.svg.js
View file @
e361cc42
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
}
else
{
}
else
{
factory
(
glob
.
Raphael
);
factory
(
glob
.
Raphael
);
}
}
}(
window
||
this
,
function
(
R
)
{
}(
this
,
function
(
R
)
{
if
(
R
&&
!
R
.
svg
)
{
if
(
R
&&
!
R
.
svg
)
{
return
;
return
;
}
}
...
...
dev/raphael.vml.js
View file @
e361cc42
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
}
else
{
}
else
{
factory
(
glob
.
Raphael
);
factory
(
glob
.
Raphael
);
}
}
}(
window
||
this
,
function
(
R
)
{
}(
this
,
function
(
R
)
{
if
(
R
&&
!
R
.
vml
)
{
if
(
R
&&
!
R
.
vml
)
{
return
;
return
;
}
}
...
...
raphael-min.js
View file @
e361cc42
This source diff could not be displayed because it is too large. You can
view the blob
instead.
raphael.js
View file @
e361cc42
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
}
else
{
}
else
{
glob
.
eve
=
factory
();
glob
.
eve
=
factory
();
}
}
}(
window
||
this
,
function
()
{
}(
this
,
function
()
{
var
version
=
"0.5.1"
,
var
version
=
"0.5.1"
,
has
=
"hasOwnProperty"
,
has
=
"hasOwnProperty"
,
separator
=
/
[\.\/]
/
,
separator
=
/
[\.\/]
/
,
...
@@ -453,7 +453,7 @@
...
@@ -453,7 +453,7 @@
}
else
{
}
else
{
glob
.
Raphael
=
factory
(
glob
.
eve
);
glob
.
Raphael
=
factory
(
glob
.
eve
);
}
}
}(
window
||
this
,
function
(
eve
)
{
}(
this
,
function
(
eve
)
{
/*\
/*\
* Raphael
* Raphael
[ method ]
[ method ]
...
@@ -5829,7 +5829,7 @@
...
@@ -5829,7 +5829,7 @@
}
else
{
}
else
{
factory
(
glob
.
Raphael
);
factory
(
glob
.
Raphael
);
}
}
}(
window
||
this
,
function
(
R
)
{
}(
this
,
function
(
R
)
{
if
(
R
&&
!
R
.
svg
)
{
if
(
R
&&
!
R
.
svg
)
{
return
;
return
;
}
}
...
@@ -7218,7 +7218,7 @@
...
@@ -7218,7 +7218,7 @@
}
else
{
}
else
{
factory
(
glob
.
Raphael
);
factory
(
glob
.
Raphael
);
}
}
}(
window
||
this
,
function
(
R
)
{
}(
this
,
function
(
R
)
{
if
(
R
&&
!
R
.
vml
)
{
if
(
R
&&
!
R
.
vml
)
{
return
;
return
;
}
}
...
@@ -8213,6 +8213,6 @@
...
@@ -8213,6 +8213,6 @@
}
else
{
}
else
{
glob
.
Raphael
=
factory
(
glob
.
Raphael
);
glob
.
Raphael
=
factory
(
glob
.
Raphael
);
}
}
}(
window
||
this
,
function
(
Raphael
)
{
}(
this
,
function
(
Raphael
)
{
return
Raphael
.
ninja
();
return
Raphael
.
ninja
();
}));
}));
\ No newline at end of file
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