Browse Source

checking how doc generator handles class expressions.

sisyphus
Dustin Falgout 9 years ago
parent
commit
4c966006d1
  1. 2
      themes/_vendor/js/mock.js

2
themes/_vendor/js/mock.js vendored

@ -33,7 +33,7 @@ if ('undefined' !== typeof lightdm) {
/** /**
* Class which implements the LightDMGreeter Interface. * Class which implements the LightDMGreeter Interface.
*/ */
class LightDMGreeter { const Greeter = class LightDMGreeter {
constructor() { constructor() {
this._initialize_properties(); this._initialize_properties();

Loading…
Cancel
Save