|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
/**
|
|
|
2 |
* Processes the result of LTI tool creation from a Content-Item message type.
|
|
|
3 |
*
|
|
|
4 |
* @module mod_lti/contentitem_return
|
|
|
5 |
* @copyright 2016 Jun Pataleta <jun@moodle.com>
|
|
|
6 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
7 |
* @since 3.2
|
|
|
8 |
*/
|
|
|
9 |
define("mod_lti/contentitem_return",["jquery"],(function($){return{init:function(returnData){$(window).ready((function(){window!=top?parent.processContentItemReturnData(returnData):window.processContentItemReturnData(returnData)}))}}}));
|
|
|
10 |
|
|
|
11 |
//# sourceMappingURL=contentitem_return.min.js.map
|