fromX is actually static

...should add an instance method in the future
This commit is contained in:
Ryan X. Charles 2014-09-17 16:32:38 -07:00
parent 2caf7c6471
commit 4a21a9551c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ describe('Point', function() {
});
describe('#fromX', function() {
describe('@fromX', function() {
it('should return g', function() {
var g = point.getG();