6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
var _loading = true;
|
|
|
|
function hookupPageServices() {
|
|
_loading = false;
|
|
}
|