Files
WebGoat/webgoat-container/src/main/webapp/js/goatApp/model/LessonHintModel.js
2015-08-11 21:57:12 +02:00

10 lines
139 B
JavaScript

define(['jquery',
'underscore',
'backbone'],
function($,
_,
Backbone,
HTMLContentModel) {
return Backbone.Model.extend({
});
});