Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VERSION key to main VJS object. Closes #1756 #1798

Closed
wants to merge 4 commits into from

Conversation

mmcc
Copy link
Member

@mmcc mmcc commented Jan 12, 2015

Pretty straight forward.

I also fat fingered the branch name. How dare contrib not protect me from myself!

@heff
Copy link
Member

heff commented Jan 12, 2015

LGTM!

@@ -77,6 +77,12 @@ vjs.CDN_VERSION = 'GENERATED_CDN_VSN';
vjs.ACCESS_PROTOCOL = ('https:' == document.location.protocol ? 'https://' : 'http://');

/**
* Full player version
* @type {number}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically it's still a string type

* Full player version
* @type {string}
*/
vjs.VERSION = 'GENERATED_FULL_VSN';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will probably need to be exported...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or just use a string key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants