You are here

function AddThisScriptManager::setDomReady in AddThis 7.4

Enable / disable domready loading.

Parameters

bool $enabled: TRUE to enabled domready loading.

File

classes/Services/AddThisScriptManager.php, line 152
Class definition of a script manager.

Class

AddThisScriptManager
@file Class definition of a script manager.

Code

function setDomReady($enabled) {
  $this->domready = $enabled;
}