Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
eScience
ICoVeR
Commits
4b4b4328
Commit
4b4b4328
authored
Dec 03, 2015
by
Klaas Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some unused code
parent
a00fe3ad
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
R.ICoVeR/inst/www/app.min.js
R.ICoVeR/inst/www/app.min.js
+2
-2
R.ICoVeR/inst/www/js/controllers/parcoordsctrl.js
R.ICoVeR/inst/www/js/controllers/parcoordsctrl.js
+0
-5
No files found.
R.ICoVeR/inst/www/app.min.js
View file @
4b4b4328
This diff is collapsed.
Click to expand it.
R.ICoVeR/inst/www/js/controllers/parcoordsctrl.js
View file @
4b4b4328
...
@@ -35,11 +35,6 @@ angular.module('contigBinningApp.controllers')
...
@@ -35,11 +35,6 @@ angular.module('contigBinningApp.controllers')
/// private controller functions
/// private controller functions
function
render
()
{
function
render
()
{
if
(
$scope
.
brushed
===
undefined
||
$scope
.
brushed
.
length
!==
0
)
{
$scope
.
brushed
=
[];
DataSet
.
brush
(
$scope
.
brushed
,
"
parcoords
"
);
}
d
.
parcoords
d
.
parcoords
.
brushReset
()
.
brushReset
()
.
autoscale
()
.
autoscale
()
...
...
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