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
Remove unnecessary field reduction again.
fixDataView
Ludo Stellingwerff
9 years ago
parent
22a964daea
commit
6e9228c2ce
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
test/DataView.test.js
+ 1
- 2
test/DataView.test.js
View File
@ -159,8 +159,7 @@ describe('DataView', function () {
var
view
=
new
DataView
(
data
,
{
filter
:
function
(
item
)
{
return
item
.
group
===
2
;
}
,
fields
:
[
"id"
,
"title"
]
}
}
)
;
var
dataUpdates
=
[
]
;
Write
Preview
Loading…
Cancel
Save