Update fp modules.

This commit is contained in:
John-David Dalton
2016-01-12 07:58:49 -08:00
parent b1401d03a1
commit 45f7a91780
6 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@
QUnitExtras.runInContext(root);
}
var convert = root.fp || load('../lib/fp/fp.js'),
var convert = root.fp || load('../lib/fp/convert.js'),
mapping = root.mapping || load('../lib/fp/mapping.js'),
fp = convert(_.runInContext());