Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Use double quotes instead of single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisKehrig committed Nov 28, 2012
1 parent d202916 commit 25d402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LiveDevelopment/LiveDevelopment.js
Expand Up @@ -548,7 +548,7 @@ define(function LiveDevelopment(require, exports, module) {
retryCount++;

if (!browserStarted && exports.status !== STATUS_ERROR) {
url = launcherUrl + '?' + encodeURIComponent(url);
url = launcherUrl + "?" + encodeURIComponent(url);

// If err === FileError.ERR_NOT_FOUND, it means a remote debugger connection
// is available, but the requested URL is not loaded in the browser. In that
Expand Down

0 comments on commit 25d402e

Please sign in to comment.