From fb616215b9add16349729d2b69f1170c90d48362 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Sat, 9 Feb 2013 17:02:24 -0600 Subject: [PATCH] oops --- static/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',