-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Rollcall Duo should be usable within a browser and node.js (should work due to code checking if we are within node.js or browser and setting needed globals).
Better would be to use common.js or AMD to define the dependencies and enable tools to include the module and resolve dependencies for both browser and node.js. Require.js (AMD) seems to be able to do that.
Reactions are currently unavailable