Browse Source

Added comment about revoking URL.

pull/81/head
Joachim Bauch 12 years ago
parent
commit
32956d92d1
  1. 1
      static/js/services/filedata.js

1
static/js/services/filedata.js

@ -56,6 +56,7 @@ define(["jquery", "underscore", "sha", "webrtc.adapter"], function($, _, jsSHA)
}); });
this.file = { this.file = {
toURL: function() { toURL: function() {
// TODO: only create once and revoke URL when no longer needed
return URL.createObjectURL(data); return URL.createObjectURL(data);
} }
} }

Loading…
Cancel
Save