Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed May 17, 2018
1 parent 61da2b8 commit 1c94c12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/iiif-av-component.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// iiif-av-component v0.0.40 https://github.com/iiif-commons/iiif-av-component#readme
// iiif-av-component v0.0.41 https://github.com/iiif-commons/iiif-av-component#readme
interface Array<T> {
/**
* Determines whether an array includes a certain element, returning true or false as appropriate.
Expand Down
4 changes: 1 addition & 3 deletions dist/iiif-av-component.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// iiif-av-component v0.0.40 https://github.com/iiif-commons/iiif-av-component#readme
// iiif-av-component v0.0.41 https://github.com/iiif-commons/iiif-av-component#readme
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.iiifAvComponent = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
(function (global){

Expand Down Expand Up @@ -372,7 +372,6 @@ var IIIFComponents;
_this._data.volume = _this._lastVolume;
}
// end reducer
//this._render();
_this.fire(AVVolumeControl.Events.VOLUME_CHANGED, _this._data.volume);
});
this._$volumeSlider.slider({
Expand All @@ -391,7 +390,6 @@ var IIIFComponents;
that._lastVolume = 0;
}
// end reducer
//that._render();
that.fire(AVVolumeControl.Events.VOLUME_CHANGED, that._data.volume);
},
stop: function (evt, ui) {
Expand Down
2 changes: 1 addition & 1 deletion dist/iiif-av-component.min.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions examples/js/iiif-av-component.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// iiif-av-component v0.0.40 https://github.com/iiif-commons/iiif-av-component#readme
// iiif-av-component v0.0.41 https://github.com/iiif-commons/iiif-av-component#readme
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.iiifAvComponent = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
(function (global){

Expand Down Expand Up @@ -372,7 +372,6 @@ var IIIFComponents;
_this._data.volume = _this._lastVolume;
}
// end reducer
//this._render();
_this.fire(AVVolumeControl.Events.VOLUME_CHANGED, _this._data.volume);
});
this._$volumeSlider.slider({
Expand All @@ -391,7 +390,6 @@ var IIIFComponents;
that._lastVolume = 0;
}
// end reducer
//that._render();
that.fire(AVVolumeControl.Events.VOLUME_CHANGED, that._data.volume);
},
stop: function (evt, ui) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iiif-av-component",
"version": "0.0.40",
"version": "0.0.41",
"description": "",
"main": "index.js",
"types": "./dist/iiif-av-component.d.ts",
Expand Down

0 comments on commit 1c94c12

Please sign in to comment.