Closed tsneed290 closed 11 years ago
Awesome library - I'm trying to place this library in my web application but having some trouble getting it working with require.js.
Tried to write a loader for the library and returning window.Messenger but it didn't seem to work.
define(['/js/libs/messenger/messenger.js'], function() {
return window.Messenger;
});
Has anyone got this working as an AMD?
Disregard - It seems I somehow grabbed version 1.0.9 :P Not sure how that happened.
look forward the UMD
is there any?
Awesome library - I'm trying to place this library in my web application but having some trouble getting it working with require.js.
Tried to write a loader for the library and returning window.Messenger but it didn't seem to work.
define(['/js/libs/messenger/messenger.js'], function() {
});
Has anyone got this working as an AMD?