Skip to content

Commit

Permalink
Merge pull request #45 from knownasilya/patch-1
Browse files Browse the repository at this point in the history
[docs] Add missing param to `loadBundle`
  • Loading branch information
trentmwillis authored Mar 20, 2017
2 parents fc11b2b + f81ebd2 commit 2d3f78f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/services/asset-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default Ember.Service.extend({
* @public
* @method loadBundle
* @param {String} name
* @param {Boolean} retryLoad Warning: only used internally to re-initiate loads, NOT public API
* @return {Promise} bundlePromise
*/
loadBundle(name, retryLoad) {
Expand Down

0 comments on commit 2d3f78f

Please sign in to comment.