Comparing version 0.2.44 to 0.2.45
{ | ||
"name": "clappr", | ||
"version": "0.2.44", | ||
"version": "0.2.45", | ||
"description": "An extensible media player for the web", | ||
@@ -5,0 +5,0 @@ "main": "./src/main.js", |
@@ -315,3 +315,3 @@ // Copyright 2014 Globo.com Player authors. All rights reserved. | ||
render() { | ||
var style = Styler.getStyleFor(coreStyle); | ||
var style = Styler.getStyleFor(coreStyle, {baseUrl: this.options.baseUrl}); | ||
this.$el.append(style) | ||
@@ -318,0 +318,0 @@ this.$el.append(this.mediaControl.render().el) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5958680