]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/function/#/spread.js
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / node-gyp / node_modules / path-array / node_modules / array-index / node_modules / es6-symbol / node_modules / es5-ext / function / # / spread.js
1 'use strict';
2
3 var callable = require('../../object/valid-callable')
4
5   , apply = Function.prototype.apply;
6
7 module.exports = function () {
8         var fn = callable(this);
9         return function (args) { return apply.call(fn, this, args); };
10 };