selected.js 101 B

1234
  1. (function (id, file) {
  2. $.util.localState(id ? $.state.threads[id] : $.state).put("file", file);
  3. })