Removed unnecessary semicolons.
This commit is contained in:
parent
3d2701615b
commit
c2dff6cdcd
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
function CategoriesHelper() {
|
||||
this.filterResults = {};
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Binds the default event handlers of the categories tab.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
function CustomersHelper() {
|
||||
this.filterResults = {};
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Binds the default event handlers of the backend customers page.
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
function ServicesHelper() {
|
||||
this.filterResults = {};
|
||||
};
|
||||
}
|
||||
|
||||
ServicesHelper.prototype.bindEventHandlers = function() {
|
||||
var instance = this;
|
||||
|
|
Loading…
Reference in a new issue