Skip to content
Snippets Groups Projects
IOperationResult.js 165 B
Newer Older
  • Learn to ignore specific revisions
  • /**
     */
    define([ "stjs" ], function(stjs) {
    	var IOperationResult = function() {
    	};
    	stjs.extend(IOperationResult, null, [], null, {});
    	return IOperationResult;
    })