summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/new-console-output/test/fixtures/ObjectClient.js
blob: 87a058d5c78893c6f9ff4c6e044961f142beb2e5 (plain)
1
2
3
4
5
6
7
8
9
/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

class ObjectClient {
}

module.exports = ObjectClient;