Commit e41c0f98 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused variable

parent 9bdd9169
...@@ -52,12 +52,8 @@ ...@@ -52,12 +52,8 @@
* @memberOf Asc * @memberOf Asc
*/ */
function asc_CEventsController() { function asc_CEventsController() {
if ( !(this instanceof asc_CEventsController) ) {
return new asc_CEventsController();
}
//----- declaration ----- //----- declaration -----
this.defaults = { this.settings = {
vscrollStep: 10, vscrollStep: 10,
hscrollStep: 10, hscrollStep: 10,
scrollTimeout: 20, scrollTimeout: 20,
...@@ -73,7 +69,6 @@ ...@@ -73,7 +69,6 @@
this.widget = undefined; this.widget = undefined;
this.element = undefined; this.element = undefined;
this.handlers = undefined; this.handlers = undefined;
this.settings = $.extend(true, {}, this.defaults);
this.vsb = undefined; this.vsb = undefined;
this.vsbHSt = undefined; this.vsbHSt = undefined;
this.vsbApi = undefined; this.vsbApi = undefined;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment