Skip to content

Commit

Permalink
Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvit committed Nov 26, 2011
1 parent 59edff7 commit dc449fb
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -100,7 +100,7 @@ Download [LiveReload 1.6.2 extension](https://github.com/downloads/mockko/livere
Run the server in the directory you want to watch: Run the server in the directory you want to watch:


% livereload % livereload

You should see something like this: You should see something like this:


![](https://github.com/mockko/livereload/raw/master/docs/images/livereload-server-running.png) ![](https://github.com/mockko/livereload/raw/master/docs/images/livereload-server-running.png)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -67,7 +67,7 @@ namespace :gem do
sh 'gem', 'build', 'livereload.gemspec' sh 'gem', 'build', 'livereload.gemspec'
end end
end end

desc "Build the livereload gem" desc "Build the livereload gem"
task :build => GEM_DIST task :build => GEM_DIST


Expand Down
4 changes: 2 additions & 2 deletions docs/VersionNumbers.md
Expand Up @@ -21,8 +21,8 @@ Version Numbers
<string>http://github.com/downloads/mockko/livereload/LiveReload-1.2.safariextz</string> <string>http://github.com/downloads/mockko/livereload/LiveReload-1.2.safariextz</string>


(3 occurrences — note the last one in URL) (3 occurrences — note the last one in URL)


**Chrome extension version:** **Chrome extension version:**


* `LiveReload.chromeextension/manifest.json`: * `LiveReload.chromeextension/manifest.json`:
Expand Down
2 changes: 1 addition & 1 deletion example/xbrowser.css
Expand Up @@ -12,5 +12,5 @@ h1 {
} }
ol, li { ol, li {
margin: .4em 0; margin: .4em 0;
padding-left: 0; padding-left: 0;
} }
2 changes: 1 addition & 1 deletion src/background.js
Expand Up @@ -228,7 +228,7 @@ LivereloadBackground.prototype = {
} }
}, },


constructor: LivereloadBackground constructor: LivereloadBackground


}; };


2 changes: 1 addition & 1 deletion test/qunit/qunit.css
Expand Up @@ -169,7 +169,7 @@
#qunit-tests .fail .test-actual { color: #B72F2F; } #qunit-tests .fail .test-actual { color: #B72F2F; }
#qunit-tests .fail .test-expected { color: green; } #qunit-tests .fail .test-expected { color: green; }


#qunit-banner.qunit-fail, #qunit-banner.qunit-fail,
#qunit-testrunner-toolbar { color: #dec1c1; background-color: #962323; } #qunit-testrunner-toolbar { color: #dec1c1; background-color: #962323; }




Expand Down

0 comments on commit dc449fb

Please sign in to comment.