aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.3/examples/annotator/data/annotation/annotation.js
blob: 169ed0e1f5f095596372cf4c2935e38464b90e02 (plain)
1
2
3
4
5
6
7
/*
Initialize annotation content.
*/

self.on('message', function(message) {
  $('#annotation').text(message);
});