fd22b0bf58
V2 (Laravel re-make)
9 lines
138 B
JavaScript
Vendored
9 lines
138 B
JavaScript
Vendored
'use strict';
|
|
|
|
module.exports = function push() {
|
|
var _items;
|
|
|
|
(_items = this.items).push.apply(_items, arguments);
|
|
|
|
return this;
|
|
}; |