This commit adds a second parameter $attributes to the following functions:
- AssetMaker::addJs
- AssetMaker::addCss
- AssetMaker::addRss
This is useful when dealing with javascript libraries like require.js, which depend on these HTML attributes to function properly.
It does not break the existing code!