Browse Source

fromX is actually static

...should add an instance method in the future
patch-2
Ryan X. Charles 10 years ago
parent
commit
4a21a9551c
  1. 2
      test/point.js

2
test/point.js

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

Loading…
Cancel
Save