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

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Jan 29, 2015
1 parent 3b44730 commit a0ed26d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ In case you are dynamically changing relevant attributes (``srcset``, ``sizes``,
respimage({elements: [imageElement], reparse: true});
```

In case you are either **removing** the ``srcset`` of an ``img`` (not of an ``source``) or do any changes to the ``src`` of an responsive image the additional ``src`` or ``srcset`` option has to be set.
In the unlikely case you want either **remove** the ``srcset`` of an ``img`` (not of an ``source``) or want to directly change the ``src`` of an responsive image the additional ``src`` or ``srcset`` option has to be set (Note: In most cases, you don't want to do that!).


```js
Expand Down
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": "1.3.0-RC1",
"version": "1.3.0",
"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": "1.3.0-RC1",
"version": "1.3.0",
"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": "1.3.0-RC1",
"version": "1.3.0",
"filename": "respimage.min.js",
"browser": "respimage.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/intrinsic-dimension/ri.intrinsic.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 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 plugins/oldie/ri.oldie.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 plugins/print/ri.print.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 plugins/typesupport/ri.type.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 - v1.3.0-RC1 - 2015-01-27
/*! respimage - v1.3.0 - 2015-01-29
Licensed MIT */
!function(window, document, undefined) {
"use strict";
Expand Down
Loading

0 comments on commit a0ed26d

Please sign in to comment.