Skip to content
Snippets Groups Projects
Commit 15a681ca authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-1288 : V3 AS API - finish up JS facade - fix LocatorTypeFetchOptions

SVN: 34168
parent fe34663d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
define([ "stjs" ], function(stjs) {
var LocatorTypeFetchOptions = function() {
};
stjs.extend(FileFormatTypeFetchOptions, null, [], function(constructor, prototype) {
stjs.extend(LocatorTypeFetchOptions, null, [], function(constructor, prototype) {
prototype['@type'] = 'dto.fetchoptions.dataset.LocatorTypeFetchOptions';
constructor.serialVersionUID = 1;
}, {});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment