Comparing version 0.0.2 to 0.0.3
@@ -5,2 +5,5 @@ import * as std from "tstl"; | ||
export declare class EventDispatcher<T, SourceT extends std.base.Container<T, SourceT, IteratorT, ReverseT>, IteratorT extends std.base.Iterator<T, SourceT, IteratorT, ReverseT>, ReverseT extends std.base.ReverseIterator<T, SourceT, IteratorT, ReverseT>> implements IEventDispatcher<T, SourceT, IteratorT, ReverseT> { | ||
/** | ||
* @hidden | ||
*/ | ||
private listeners_; | ||
@@ -7,0 +10,0 @@ constructor(); |
@@ -58,2 +58,4 @@ "use strict"; | ||
} | ||
else if (task[0] == "set") | ||
it.value = task[2]; | ||
else { | ||
@@ -83,2 +85,3 @@ var last = std.advance(container.begin(), task[2]); | ||
["insert", 9, 50], | ||
["set", 15, 4], | ||
["refresh", 27, 63], | ||
@@ -88,2 +91,3 @@ ["erase", 50, 110], | ||
["insert", 3, 4], | ||
["set", 210, 1], | ||
["erase", 40, 100], | ||
@@ -90,0 +94,0 @@ ["refresh", 0, 50] // 219 |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "lib/index.js", | ||
@@ -18,3 +18,3 @@ "typings": "lib/index.d.ts", | ||
"dependencies": { | ||
"tstl": ">= 1.7.5" | ||
"tstl": ">= 1.7.6" | ||
}, | ||
@@ -21,0 +21,0 @@ "homepage": "https://github.com/samchon/econ", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117142
48
2801
Updatedtstl@>= 1.7.6