Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
hlcfan committed Jan 28, 2019
1 parent d88e65b commit cfef5dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions app/assets/javascripts/electron.js

This file was deleted.

2 changes: 1 addition & 1 deletion app/assets/javascripts/ext.js
@@ -1,6 +1,6 @@
Array.prototype.clean = function(deleteValue) {
for (var i = 0; i < this.length; i++) {
if (this[i] === deleteValue) {
if (this[i] === deleteValue) {
this.splice(i, 1);
i--;
}
Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/libs.coffee
@@ -1,4 +1,3 @@
#= require electron.js
#= require jquery2
#= require jquery_ujs
#= require libs/bootstrap-tagsinput.min
Expand Down

0 comments on commit cfef5dc

Please sign in to comment.