Skip to content

Instantly share code, notes, and snippets.

@andevsoftware
Last active February 27, 2016 18:52
Show Gist options
  • Save andevsoftware/ba45118d4c90b9c53aa5 to your computer and use it in GitHub Desktop.
Save andevsoftware/ba45118d4c90b9c53aa5 to your computer and use it in GitHub Desktop.
Config - clear method
var config = new TSCore.Config({
application: {
title: 'Project title',
version: '1.1.0'
}
});
config.clear();
config.get();
// {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment