Files
WebGoat/webgoat-container/src/main/webapp/js/goatApp/model/HintModel.js

10 lines
139 B
JavaScript

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