Closed ifandelse closed 11 years ago
sorry forgot.
in postal-federation you must change:
filters: {
in: {},
out: {}
},
to
filters: {
"in": {},
"out": {}
},
I'm assuming "in" is a reserved word
Shall I make a pull request
You might consider changing in & out to send & receive
@jbadeau - thanks for looking into this! It's been on my list of things to take care of but you might have saved me the trouble. I'm open to adding IE 8 support - feel free to submit a PR if you want, and I'll review it. If not, no worries, I'll get to it at some point
Alright, I'll make one in the the next few days. Cheers
I have postal.xframe working in IE8
In postal.federation you must:
in postal.xframe you must: replace: window.addEventListener("message", plugin.routeMessage, false);
with:
Thats it,
Cheers