浏览代码

Removed extra whitespace

Andrew Kane 8 年之前
父节点
当前提交
cc901311ff
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/assets/javascripts/blazer/application.js

+ 0 - 2
app/assets/javascripts/blazer/application.js

@@ -25,8 +25,6 @@ $( function () {
   });
 });
 
-
-
 function cancelQuery(runningQuery) {
   runningQuery.canceled = true;
   var xhr = runningQuery.xhr;