-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Description
i try to use draggabilly with requirejs
but i get undefined instead object.
require.config({
paths: {
jquery: 'bower_components/jquery/dist/jquery',
underscore: 'bower_components/underscore-amd/underscore',
draggabilly: 'bower_components/draggabilly/dist/draggabilly.pkgd'
}
});
requirejs(["jquery","underscore", "draggabilly"],
function($, _, Draggabilly) {
console.log('log', $, _, Draggabilly);
});
Am I doing something wrong?
requirejs-2.1.0
draggabilly-1.2.3
Metadata
Metadata
Assignees
Labels
No labels