This website requires JavaScript.
Explore
Help
Sign In
Chapril
/
xmpp.chapril.org-conversejs
Watch
25
Star
0
Fork
0
You've already forked xmpp.chapril.org-conversejs
Code
Issues
Pull Requests
Projects
Releases
Activity
da1f103532
xmpp.chapril.org-conversejs
/
src
/
underscore-shim.js
5 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Massage require.js's config so that builds work without underscore.js
2017-02-02 23:38:16 +01:00
/*global define */
Use lodash.noConflict for underscore
2017-04-23 19:17:46 +02:00
define
(
[
'lodash'
]
,
function
(
_
)
{
return
_
.
noConflict
(
)
;
Massage require.js's config so that builds work without underscore.js
2017-02-02 23:38:16 +01:00
}
)
;
Reference in New Issue
Copy Permalink