This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Revert inadvertedly included commit
9bf7452041
newShading
Ludo Stellingwerff
9 years ago
parent
22b09d2197
commit
6059ff3299
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
lib/DataSet.js
+ 0
- 3
lib/DataSet.js
View File
@ -241,9 +241,6 @@ DataSet.prototype.update = function (data, senderId) {
var
fieldId
=
me
.
_fieldId
;
var
addOrUpdate
=
function
(
item
)
{
if
(
!
item
)
{
return
;
}
var
id
=
item
[
fieldId
]
;
if
(
me
.
_data
[
id
]
)
{
var
oldData
=
util
.
extend
(
{
}
,
me
.
_data
[
id
]
)
;
Write
Preview
Loading…
Cancel
Save