Commit bbecee11 authored by JC Brand's avatar JC Brand

Add the functional programming version of lodash.

parent fcbeff4c
This diff is collapsed.
......@@ -38,6 +38,8 @@ require.config({
"text": "node_modules/text/text",
"typeahead": "components/typeahead.js/index",
"lodash": "node_modules/lodash/lodash",
"lodash.fpConverter": "3rdparty/lodash.fp",
"lodash.fp": "src/lodash.fp",
"lodash.noconflict": "src/lodash.noconflict",
"underscore": "src/underscore-shim",
"utils": "src/utils",
......
define(['lodash', 'lodash.fpConverter'], function (_, lodashBrowserConvert) {
return lodashBrowserConvert(_.runInContext());
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment