Skip to content

Commit

Permalink
Format source.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin committed Nov 30, 2018
1 parent 673ec2e commit 603ee34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions js/apis.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ define([ "jquery", "waves", "i18n", "zen" ], function( $, Waves, i18n, zen ) {
return value.split(":")[1];
},

Only: function() {
EmptyOrigins: function() {
var empty = true;
setting.origins.forEach( function( origin, idx ) {
if ( origin.endsWith( "true" ) && ( idx != 3 && idx != 5 && idx != 8 && idx != 11 ) ) {
Expand Down

0 comments on commit 603ee34

Please sign in to comment.