-/* © Benoît Pin, MINES ParisTech */
+/* © 2011 Benoît Pin, MINES ParisTech */
(function(){
{
init : function( editor )
{
+ /* Add listener on getData event to compute images
+ src attributes before saving data.
+ */
editor.on('instanceReady', function(){
editor.on('getData',
function(evt) {