diff options
Diffstat (limited to 'clojurescript/PersistentVector-proto.js')
-rw-r--r-- | clojurescript/PersistentVector-proto.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clojurescript/PersistentVector-proto.js b/clojurescript/PersistentVector-proto.js index cbfdbee4..ef5e93ef 100644 --- a/clojurescript/PersistentVector-proto.js +++ b/clojurescript/PersistentVector-proto.js @@ -25,7 +25,7 @@ function PersistentVector( _meta, cnt, shift, root, tail ) { } PersistentVector.prototype = new APersistentVector( null ); -PersistentVector.contraction = PersistentVector; +PersistentVector.constructor = PersistentVector; PersistentVector.prototype.tailoff = function() { return this.cnt - this.tail.length; |