4 lines
65 B
JavaScript
4 lines
65 B
JavaScript
|
define(['lodash'], function (_) {
|
||
|
return _.noConflict();
|
||
|
});
|