sort var names

This commit is contained in:
Geoffrey Goh
2016-02-05 17:06:09 -08:00
parent 5986abb0a6
commit cd5b5f779f

View File

@@ -40,9 +40,8 @@ static NSString *const PackageIsPendingKey = @"isPending";
// These values are used to save the bundleURL and extension for the JS bundle
// in the binary.
static NSString *bundleResourceName = @"main";
static NSString *bundleResourceExtension = @"jsbundle";
static NSString *bundleResourceName = @"main";
#pragma mark - Public Obj-C API