Bug 851581 - Whitespace cleanup. r=mfinkle DONTBUILD

This commit is contained in:
Wes Johnston 2013-04-25 13:35:05 -07:00
parent 76da970a99
commit bdfd84e9de
2 changed files with 3 additions and 3 deletions

View File

@ -42,8 +42,8 @@ ContentDispatchChooser.prototype =
aHandler = this.protoSvc.getProtocolHandlerInfoFromOS(aURI.spec, {});
// The first handler in the set is the Android Application Chooser (which will fall back to a default if one is set)
// If we have more than one option, show a list so the user can choose what to launch with.
if(aHandler.possibleApplicationHandlers.length > 1) {
// If we have more than one option, let the OS handle showing a list (if needed).
if (aHandler.possibleApplicationHandlers.length > 1) {
aHandler.launchWithURI(aURI, aWindowContext);
} else {
let win = this._getChromeWin();

View File

@ -2,4 +2,4 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
protocol.failed=Could not find an app to open this link
protocol.failed=Couldn't find an application to open this link