Skip to content

Commit 698377e

Browse files
author
dkuffner
committed
Add version enum.
1 parent 3d74da1 commit 698377e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Scalatron/webui/client/API.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@
118118
logout: function() {
119119
var p = this.applyDefault("DELETE", this.api.Session, {});
120120
Ext.Ajax.request(p);
121+
},
122+
123+
enumVersions: function(param) {
124+
var p = this.applyDefault("GET", this.api.Versions, param);
125+
Ext.Ajax.request(p);
121126
}
122127
});
123128

0 commit comments

Comments
 (0)