We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb909a commit bfec1e0Copy full SHA for bfec1e0
src/GroupableCollection.js
@@ -15,7 +15,7 @@ var SELF = wb.datamodel.GroupableCollection = function WbDataModelGroupableColle
15
16
$.extend( SELF.prototype, {
17
/**
18
- * Returns a copy of the collection items as list.
+ * Returns the collection items as list.
19
* @abstract
20
*
21
* @return {*[]}
src/List.js
@@ -71,7 +71,7 @@ var SELF = wb.datamodel.List = util.inherit(
71
* @inheritdoc
72
*/
73
toArray: function() {
74
- return this._items.slice();
+ return this._items;
75
},
76
77
0 commit comments