tao-test/app/taoQtiItem/views/js/runtime/QtiItemServiceImpl.js

10 lines
260 B
JavaScript
Raw Normal View History

2022-08-29 20:14:13 +02:00
define(['taoItems/runtime/ItemServiceImpl'], function(ItemServiceImpl){
function QTIItemService(){
ItemServiceImpl.apply(this, arguments);
}
QTIItemService.prototype = ItemServiceImpl.prototype;
return QTIItemService;
});