You are here

function geolocation_html5_modernizr_info in Geolocation Field 7

Implements hook_modernizr_info().

File

modules/geolocation_html5/geolocation_html5.module, line 155
HTML5 widget and formaters for Geolocation.

Code

function geolocation_html5_modernizr_info() {
  $tests = array();
  $tests[] = 'geolocation';
  return $tests;
}