Home Reference Source

src/data/datasources/SharePoint/SPSoapAdapter/Settings.js

/**
 * Created by tom on 20/11/15.
 */

export class Settings {
    static get localKeyPrefix() {
        return '_local_';
    }
}