mirror of
https://github.com/flynx/types.js.git
synced 2025-10-28 10:00:08 +00:00
reverted a change...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
97936a622a
commit
adcfe895c0
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-types",
|
||||
"version": "6.24.20",
|
||||
"version": "6.24.21",
|
||||
"description": "Generic JavaScript types and type extensions...",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
||||
@ -575,11 +575,11 @@ object.Constructor('FinalizableQueue', Queue, {
|
||||
auto_stop: true,
|
||||
|
||||
// not for direct use...
|
||||
// NOTE: we are intentionally not freezing .__results to allow them
|
||||
// to be consumed by the client...
|
||||
// XXX is this correct???
|
||||
__freeze: function(){
|
||||
Object.freeze(this)
|
||||
// XXX do we remove/freeze .__running???
|
||||
this.__results
|
||||
&& Object.freeze(this.__results)
|
||||
return this },
|
||||
|
||||
__onempty__: function(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user