Meanwhile in bootstrap.js ... 

// construct an object
var data = new Modal(this, options)

// attach it to the DOM node
$(this).data('modal', data)