Skip to content

Instantly share code, notes, and snippets.

@kmaglione
Created November 28, 2011 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmaglione/1401331 to your computer and use it in GitHub Desktop.
Save kmaglione/1401331 to your computer and use it in GitHub Desktop.
./content/sidebar.js:12: function crossMessage(fn, param) { o().postMessage('Solera.UC.Find.'+fn+'('+param+')', '*'); }
./content/sidebar.js:13: function directMessage(fn, param) { o().onMessage({ data:'Solera.UC.Find.'+fn+'('+param+')' }); }
./packages/Solera.UC.Grid.js:11: // sidebar.postMessage('Solera.UC.Grid.'+fn+'('+param+')', '*'); // postMessage does not appear to work on a resource url
./packages/Solera.UC.Grid.js:12: sidebar.Solera.UC.Grid.onMessage({ data:'Solera.UC.Grid.'+fn+'('+param+')' });
./content/sidebar.js:483: onMessage: function(e) {
./packages/Solera.UC.Find.js:364: onMessage: function(e) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment