Skip to content

Instantly share code, notes, and snippets.

@poying
Created July 7, 2013 08:43
Show Gist options
  • Save poying/5942824 to your computer and use it in GitHub Desktop.
Save poying/5942824 to your computer and use it in GitHub Desktop.
var tmp = $data;
$data = {};
tmp.split(',').forEach(function (key, val) {
$data[key] = val;
});
console.log($data.background); // output: green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment