Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan DuBoff committed Oct 17, 2011
2 parents 4887ed9 + 0d07345 commit c0bf2d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/ti.App/Properties.cpp
Expand Up @@ -261,6 +261,9 @@ void Properties::RemoveProperty(const ValueList& args, KValueRef result)
{
args.VerifyException("removeProperty", "s");
result->SetBool(config->removeProperty(args.GetString(0)));
if (result) {
this->SaveConfig();
}
}

void Properties::ListProperties(const ValueList& args, KValueRef result)
Expand Down

0 comments on commit c0bf2d5

Please sign in to comment.