Changed scope to openwebapps_conduit

This commit is contained in:
mhanson@gmail.com 2011-03-31 17:01:52 -07:00
Родитель 25dc80808b
Коммит ae78d17e4c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -10,7 +10,7 @@ var gRequestArguments = null;
var gSelectedPhoto;
// 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/getImage"});
chan = Channel.build({window: window.parent, origin: "*", scope: "openwebapps_conduit"});
chan.bind("image.get", function(t, args) {
gRequestArguments = args;