diff options
| author | jules <jules@okfoc.us> | 2014-01-05 23:34:11 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2014-01-05 23:34:11 -0500 |
| commit | 513fa4334083b057ba98b083cf673a27f06cb19a (patch) | |
| tree | 69d4ef215c8ed12dd574a3cc5fa8d4b975b65f4d /js/user.js | |
| parent | 4072b3cef076bd04e697620e9fcc63dbb705fd49 (diff) | |
evade encoder memory leak by killing the workers
Diffstat (limited to 'js/user.js')
| -rw-r--r-- | js/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ user.shaders.bindButtons = function(shaders){ } } user.shaders.bindButton = function(data){ - console.log("button >> " + data.name) +// console.log("button >> " + data.name) var button = document.createElement("button") button.innerHTML = data.name button.addEventListener("click", user.shaders.load.bind(this, data), false) |
