Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/js/application/diff/ScrollObjective.js
| Show First 20 Lines • Show All 105 Lines • ▼ Show 20 Lines | members: { | ||||
| show: function() { | show: function() { | ||||
| this._visible = true; | this._visible = true; | ||||
| return this; | return this; | ||||
| }, | }, | ||||
| hide: function() { | hide: function() { | ||||
| this._visible = false; | this._visible = false; | ||||
| return this; | |||||
| }, | }, | ||||
| isVisible: function() { | isVisible: function() { | ||||
| return this._visible; | return this._visible; | ||||
| } | } | ||||
| } | } | ||||
| }); | }); | ||||