From 4a21a9551c0c9e60519e7f3ce322b9472727e9a1 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Wed, 17 Sep 2014 16:32:38 -0700 Subject: [PATCH] fromX is actually static ...should add an instance method in the future --- test/point.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/point.js b/test/point.js index fe6b644..6c9c818 100644 --- a/test/point.js +++ b/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();