mickey / videojs-ga

Google Analytics plugin for video.js
MIT License
138 stars 109 forks source link

Change to isFullScreen property in video.js #11

Closed dominic-p closed 10 years ago

dominic-p commented 10 years ago

A recent commit to video.js changed the isFullScreen() function to isFullscreen(). Also, it looks like the property is being access directly in the current code, and I'm pretty sure it should be a function call instead.

mickey commented 10 years ago

@dominic-p Thanks for the report :+1: