HubSpot / messenger

Growl-style alerts and messages for your app. #hubspot-open-source
http://github.hubspot.com/messenger/
MIT License
4.02k stars 405 forks source link

AMD Compatible? #35

Closed tsneed290 closed 11 years ago

tsneed290 commented 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?

tsneed290 commented 11 years ago

Disregard - It seems I somehow grabbed version 1.0.9 :P Not sure how that happened.

infacq commented 10 years ago

look forward the UMD

infacq commented 10 years ago

is there any?