Line 119: For improved performance, it is highly recommended that time() is replaced with REQUEST_TIME (Drupal Docs)
$class = 'mediaelement-formatter-identifier-' . time() . '-' . $id++;

This one's easy

mediaelement.js
severity: criticalLine -1: JavaScript should be compatible with other libraries than jQuery. (Drupal Docs)

http://drupal.org/node/171213

Doesn't seem to like.

(function($, Drupal, undefined){

CommentFileSizeAuthor
#1 mediaelement_1517912.patch910 bytesdrewish

Comments

drewish’s picture

StatusFileSize
new910 bytes

The time() one is an easy fix, I think the second is actually incorrect, a closure is being used to change jQuery into $.

drewish’s picture

Status: Active » Needs review
jnettik’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Old ticket. Closing.