Skip to content

Commit

Permalink
rockstor#1629 Having js-beautify on all js to reduce eslint errors to…
Browse files Browse the repository at this point in the history
… 1900 from 8000

Signed-off-by: Mirko Arena <mirko.arena@gmail.com>
  • Loading branch information
MFlyer committed Jan 27, 2017
1 parent 17c952d commit e1b5657
Show file tree
Hide file tree
Showing 84 changed files with 8,471 additions and 7,974 deletions.
2 changes: 1 addition & 1 deletion src/rockstor/storageadmin/static/storageadmin/js/graph.js
Expand Up @@ -99,4 +99,4 @@ displayUsagePieChart = function module(svg, outerRadius, innerRadius, w, h, data
return 'Size ' + humanize.filesize(d);
});

};
};
3 changes: 1 addition & 2 deletions src/rockstor/storageadmin/static/storageadmin/js/license.js
Expand Up @@ -22,5 +22,4 @@
* @licend The above is the entire license notice
* for the JavaScript code in this page.
*
*/

*/
Expand Up @@ -711,4 +711,4 @@ var UpdateSubscription = Backbone.Model.extend({
var UpdateSubscriptionCollection = RockStorPaginatedCollection.extend({
model: UpdateSubscription,
baseUrl: '/api/update-subscriptions'
});
});

0 comments on commit e1b5657

Please sign in to comment.