Skip to content

Commit f73d93e

Browse files
committed
V.1.0.0
1 parent 3e4fab6 commit f73d93e

File tree

9 files changed

+524
-483
lines changed

9 files changed

+524
-483
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiplex",
3-
"version": "0.9.4",
3+
"version": "1.0.0",
44
"description": "Comprehensive data-structure and LINQ library for JavaScript.",
55
"keywords": [
66
"mx",

build/multiplex.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*--------------------------------------------------------------------------
22
* Multiplex.js - Comprehensive data-structure and LINQ library for JavaScript.
3-
* Ver 0.9.3 (May 22, 2015)
3+
* Ver 1.0.0 (Jun 25, 2015)
44
*
55
* Created and maintained by Kamyar Nazeri <[email protected]>
66
* Licensed under Apache License Version 2.0

build/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)