UNPKG

electron-angular-boilerplate

Version:

A basic electron app using AngularJS and Skeleton CSS with ES6 support

12 lines (11 loc) 331 B
/* */ var $def = require("./$.def"); $def($def.S, 'Array', {of: function of() { var index = 0, length = arguments.length, result = new (typeof this == 'function' ? this : Array)(length); while (length > index) result[index] = arguments[index++]; result.length = length; return result; }});