Skip to content

Commit f2de3da

Browse files
committed
remove queue/stack toarray
1 parent 6becbf2 commit f2de3da

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/javascript/multiplex.intellisense.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2627,14 +2627,6 @@ intellisense.annotate(mx.Queue.prototype, {
26272627
/// <returns type="Object" />
26282628
/// </signature>
26292629
},
2630-
"toArray": function () {
2631-
/// <signature>
2632-
/// <summary>
2633-
/// Copies the Queue to a new array.
2634-
/// </summary>
2635-
/// <returns type="Array" />
2636-
/// </signature>
2637-
},
26382630
"getEnumerator": function () {
26392631
/// <signature>
26402632
/// <summary>
@@ -2708,14 +2700,6 @@ intellisense.annotate(mx.Stack.prototype, {
27082700
/// <param name="obj" type="Object">The object to push onto the Stack.</param>
27092701
/// </signature>
27102702
},
2711-
"toArray": function () {
2712-
/// <signature>
2713-
/// <summary>
2714-
/// Copies the Stack to a new array.
2715-
/// </summary>
2716-
/// <returns type="Array" />
2717-
/// </signature>
2718-
},
27192703
"getEnumerator": function () {
27202704
/// <signature>
27212705
/// <summary>

0 commit comments

Comments
 (0)