Merge pull request #170 from zaxlct/patch-1

统一 if 语句括号里的空格
This commit is contained in:
Ruan YiFeng
2016-05-05 08:07:43 +08:00
+1 -1
View File
@@ -122,7 +122,7 @@ var getJSON = function(url) {
client.send();
function handler() {
if ( this.readyState !== 4 ) {
if (this.readyState !== 4) {
return;
}
if (this.status === 200) {