diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Small extern fix for Event.prototype.data in ie_event.js #544

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
According to https://developer.mozilla.org/en-US/docs/DOM/window.postMessage, 
the 'data' property on Event can either be a string or, in the case of window 
'message' event, an Object. The attach patch thus changes the type from 
{string} to {string|Object}.

This just popped up for me after 01fbd3a7d7c6fa2d8ba288cdc2820a169d58ed2d on 
3/6 (I believe).

Original issue reported on code.google.com by amat...@gmail.com on 7 Mar 2013 at 10:30

Attachments: