Skip to content

Commit

Permalink
Added LTI api to oae.core and test util
Browse files Browse the repository at this point in the history
  • Loading branch information
Salla Karppinen committed May 24, 2017
1 parent fcb73cc commit 169effe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions shared/oae/api/oae.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ define([
'oae.api.group',
'oae.api.i18n',
'oae.api.l10n',
'oae.api.lti',
'oae.api.push',
'oae.api.user',
'oae.api.util',
Expand Down
1 change: 1 addition & 0 deletions tests/qunit/js/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ define(['exports', 'jquery', 'underscore', 'oae.core', 'jquery.properties-parser
'/shared/oae/api/oae.api.i18n.js': null,
'/shared/oae/api/oae.api.js': null,
'/shared/oae/api/oae.api.l10n.js': null,
'/shared/oae/api/oae.api.lti.js': null,
'/shared/oae/api/oae.api.push.js': null,
'/shared/oae/api/oae.api.user.js': null,
'/shared/oae/api/oae.api.util.js': null,
Expand Down

0 comments on commit 169effe

Please sign in to comment.