yabble icon indicating copy to clipboard operation
yabble copied to clipboard

Important fix

Open akidee opened this issue 14 years ago • 3 comments

akidee avatar May 10 '11 21:05 akidee

See pull request 6 for another way to achieve ab63de6 without breaking Module/1.1 compatibility.

danieldickison avatar Aug 24 '11 18:08 danieldickison

What I am looking for is a simple wrapper so that I can use client side modules in the same way I use node.js modules. What can you do about https://github.com/akidee/yabble/commit/043a88ea2e45f4daf97defc90ca0081ee5e6adbc ?

akidee avatar Aug 24 '11 18:08 akidee

I'm confused by 043a88e -- it looks like you're trying to enabled something like require('http://server.com/some-module'), but I don't think node.js lets you do this. I can see it being more useful in a browser, however.

(My patch does not address this -- it just addresses the module.exports = function ()... idiom.)

danieldickison avatar Aug 24 '11 19:08 danieldickison