diff --git a/static/compiler.js b/static/compiler.js index 2e87697e..5e468396 100644 --- a/static/compiler.js +++ b/static/compiler.js @@ -192,7 +192,7 @@ function Compiler(domRoot, origFilters, windowLocalPrefix, onChangeCallback) { setSetting('compiler', data.compiler); setSetting('compilerOptions', data.options); if (JSON.stringify(data) == JSON.stringify(lastRequest)) return; - data.timestamp: new Date(); // Only after we check for "same as last time" + data.timestamp = new Date(); // Only after we check for "same as last time" lastRequest = data; $.ajax({ type: 'POST',