obfuscurity / tasseo

Live dashboard for Graphite
Other
1.53k stars 127 forks source link

@obfuscurity => Check for undefined 'usingCloudWatch' value #minor #92

Closed ilyakava closed 10 years ago

ilyakava commented 10 years ago

Sorry about this followup to https://github.com/obfuscurity/tasseo/pull/91. Forgot to check with an example that did not use Cloudwatch.

This fix will prevent a Uncaught ReferenceError: usingCloudWatch is not defined error, and thus not require non-Cloudwatch sources to set var usingCloudWatch = false; in their metric configurations.

Sorry for the oversight!

obfuscurity commented 10 years ago

No worries, thanks for catching it so quickly.