mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Remove unnecessary return statement.
This code can never be reached.
This commit is contained in:
parent
5f6842656f
commit
c3f051583c
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ var Numerical = new function() {
|
||||||
roots[0] = (A + B) - b;
|
roots[0] = (A + B) - b;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue