The turnjs.js file is added even if the nodes image_fields are empty.
The code below added in line 116 in turnjs.module will ensure that the JS is only loaded when needed.

if ($items == NULL) {
  return null;
}

The code above will allso optimize the pageload, if the users have added a custom css-file from within the module.