Skip to content
Snippets Groups Projects
Commit a294e5ab authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-55: Added missing method to js api

parent 9b44ba07
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -16,6 +16,9 @@ define([ "stjs", "util/Exceptions" ], function(stjs, exceptions) {
}
this.properties[propertyName] = propertyValue;
};
prototype.getPropertyAsString = function(propertyName) {
return this.getProperty(propertyName);
};
prototype.getIntegerProperty = function(propertyName) {
return this.getProperty(propertyName);
......
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