'' : function()

in src/main/js/devicegroups.js [96:103]


    'testFunction' : function() {
        for (var i in BrowserMap.getMatchedDeviceGroups()) {
            if (BrowserMap.getMatchedDeviceGroups().hasOwnProperty(i)) {
                return false;
            }
        }
        return true;
    },