Created
June 16, 2015 09:52
-
-
Save neurotech/36ce8f20e0e16a7f9607 to your computer and use it in GitHub Desktop.
for each
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (var key in queries) { | |
if (queries.hasOwnProperty(key)) { | |
var value = queries[key]; | |
populateTables(value); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment