this.toggleJSON = function()

in public/javascripts/app/controllers/SnapshotContentCtrl.js [92:98]


    this.toggleJSON = function() {
      if ($scope.isShowingJSON) {
          mediator.publish('snapshot-list:display-html');
      } else {
          mediator.publish('snapshot-list:display-json');
      }
    };