You are here

public function AddThis::getWidgetJsInclude in AddThis 7.4

Return the type of inclusion.

Return value

string Retuns domready or async.

File

classes/AddThis.php, line 276
An AddThis-class.

Class

AddThis
@file An AddThis-class.

Code

public function getWidgetJsInclude() {
  return variable_get(self::WIDGET_JS_INCLUDE, self::DEFAULT_WIDGET_JS_INCLUDE);
}