Browse Source

finally done with docs I think.

sisyphus
Dustin Falgout 9 years ago
parent
commit
01bc700523
  1. 17
      themes/_vendor/js/mock.js

17
themes/_vendor/js/mock.js vendored

@ -43,10 +43,21 @@ String.prototype.capitalize = function() {
/**
* @memberOf window
* @type {LightDM.LightDMGreeter}
*/
var lightdm = null,
greeter_util = null,
config = null;
var lightdm = null;
/**
* @memberOf window
* @type {LightDM.GreeterUtil}
*/
var greeter_util = null;
/**
* @memberOf window
* @type {LightDM.ConfigFile}
*/
var config = null;
/**

Loading…
Cancel
Save