brinchj / RndPhrase

RndPhrase: Auto-generated secure passwords.
BSD 2-Clause "Simplified" License
21 stars 4 forks source link

Module component #13

Open rlindsgaard opened 11 years ago

rlindsgaard commented 11 years ago

js_ext is changed to a module compatible with CommonJS and AMD

Also renamed makefile target from js_ext to js_module

brinchj commented 11 years ago

So how does this work with browsers that include the JS directly, like Conkeror and surf? Before they would include the js_ext and use it to setup RndPhrase at each page-load.

Do we still need a js_ext that uses js_module or can we use js_module directly for this?