Skip to content

Instantly share code, notes, and snippets.

@Opus1no2
Created June 23, 2014 21:53
Show Gist options
  • Select an option

  • Save Opus1no2/358eeb053f6d0a19d422 to your computer and use it in GitHub Desktop.

Select an option

Save Opus1no2/358eeb053f6d0a19d422 to your computer and use it in GitHub Desktop.
poc
var conf = {
tab: {
tab: {
customVariables: {
foo: 'bar'
}
}
},
floating: {
floating: {
customVariables:{
foo: 'barz'
}
}
}
};
(function (o) {
var collection = {};
for (i in conf) {
i = new o.Ocode(conf[i]);
}
})(OOo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment