Removed unnecessary semicolons.

This commit is contained in:
alext 2017-01-21 20:02:38 +01:00
parent 3d2701615b
commit c2dff6cdcd
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
*/
function CategoriesHelper() {
this.filterResults = {};
};
}
/**
* Binds the default event handlers of the categories tab.

View File

@ -22,7 +22,7 @@
*/
function CustomersHelper() {
this.filterResults = {};
};
}
/**
* Binds the default event handlers of the backend customers page.

View File

@ -22,7 +22,7 @@
*/
function ServicesHelper() {
this.filterResults = {};
};
}
ServicesHelper.prototype.bindEventHandlers = function() {
var instance = this;