Correct double negative

Was this intentional? If so, I don't get it
This commit is contained in:
Rahul
2015-08-18 15:12:24 -07:00
committed by Sashko Stubailo
parent d76e002f29
commit 0a29e7614e

View File

@@ -16,7 +16,7 @@ var ready = function() {
// Cordova indicates that all the cordova plugins files have been loaded
// and plugins are ready to be used when the "deviceready" callback
// fires. Even though we wait for the "deviceready" event, plugins
// have been observed to still not be not ready (likely a Cordova bug).
// have been observed to still not be ready (likely a Cordova bug).
// We check the availability of the Cordova-Update plugin (the only
// plugin that we always include for sure) and retry a bit later if it
// is nowhere to be found. Experiments have found that either all