source: frontend/node_modules/underscore/amd/_toPath.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 261 bytes
Line 
1define(['./underscore', './toPath'], function (underscore, toPath$1) {
2
3 // Internal wrapper for `_.toPath` to enable minification.
4 // Similar to `cb` for `_.iteratee`.
5 function toPath(path) {
6 return underscore.toPath(path);
7 }
8
9 return toPath;
10
11});
Note: See TracBrowser for help on using the repository browser.