Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Oct 11, 2014
1 parent 5cb401b commit 4e0cd2e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "respimage",
"repo": "afarkas/respimage",
"version": "0.9.2-pre",
"version": "0.9.2",
"main": "respimage.min.js",
"scripts": [
"respimage.min.js"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "respimage",
"version": "0.9.2-pre",
"version": "0.9.2",
"repo": "afarkas/respimage",
"main": "respimage.min.js",
"scripts": ["respimage.min.js"],
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": "respimage",
"version": "0.9.2-pre",
"version": "0.9.2",
"engines": {
"node": ">= 0.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/mutation/ri.mutation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion respimage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! respimage - v0.9.2-pre - 2014-10-11
/*! respimage - v0.9.2 - 2014-10-11
Licensed MIT */
!function(window, document, undefined) {
"use strict";
Expand Down
2 changes: 1 addition & 1 deletion respimage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/tests-mutations.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
var oldCurSrc = $img.prop('currentSrc');
var oldSrc = $img.prop('src');

$img.attr('sizes', '100px')
$img.attr('sizes', '100px');

setTimeout(function(){
ok(oldCurSrc.indexOf('small.jpg') != -1);
Expand Down

0 comments on commit 4e0cd2e

Please sign in to comment.