updateEmptyContent: function() {
                var dir = this.getCurrentDirectory();
                if (dir === '/') {
                    // root has special permissions
                    this.$el.find('#emptycontent').toggleClass('hidden', !this.isEmpty);