Comparing version 1.0.0 to 1.0.1
@@ -233,3 +233,3 @@ var Jvent = require('jvent'), | ||
this.slideshow = true; | ||
this.createMediaEl(); | ||
this._createMediaEl(); | ||
this._playImageItem(item, itemNum); | ||
@@ -523,2 +523,4 @@ | ||
DriveIn.prototype.showPlaylist = function(rawPlaylist, options) { | ||
options = options || {}; | ||
if (options.hasOwnProperty('mute')) { | ||
@@ -525,0 +527,0 @@ this.mute = options.mute; |
{ | ||
"name": "drive-in", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Core library for React Drive-In", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
19711
593