fix scope, rather than a uri, use a string selected (in an ad-hoc fashion) for open web app conduits

This commit is contained in:
Lloyd Hilaiel 2011-03-31 15:45:01 -06:00
Родитель d18532d168
Коммит 148fc04457
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@
var gRequestArguments = null;
// XX need some way to message up to UA that "Okay" should be enabled
chan = Channel.build({window: window.parent, origin: "*", scope: "http://localhost:8410/service/sendImage"});
var chan = Channel.build({window: window.parent, origin: "*", scope: "openwebapps_conduit"});
chan.bind("image.send", function(t, args) {
try {