mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
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() {
|
function CategoriesHelper() {
|
||||||
this.filterResults = {};
|
this.filterResults = {};
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Binds the default event handlers of the categories tab.
|
* Binds the default event handlers of the categories tab.
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
*/
|
*/
|
||||||
function CustomersHelper() {
|
function CustomersHelper() {
|
||||||
this.filterResults = {};
|
this.filterResults = {};
|
||||||
};
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Binds the default event handlers of the backend customers page.
|
* Binds the default event handlers of the backend customers page.
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
*/
|
*/
|
||||||
function ServicesHelper() {
|
function ServicesHelper() {
|
||||||
this.filterResults = {};
|
this.filterResults = {};
|
||||||
};
|
}
|
||||||
|
|
||||||
ServicesHelper.prototype.bindEventHandlers = function() {
|
ServicesHelper.prototype.bindEventHandlers = function() {
|
||||||
var instance = this;
|
var instance = this;
|
||||||
|
|
Loading…
Reference in a new issue