Skip to content

Commit

Permalink
Fixing date and version number fudges. :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Micky Hulse committed Oct 26, 2012
1 parent 6f6a07a commit 04c9e09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,13 @@

---

## v1.1.1
#### October 25, 2012
## v2.0.0
#### October 24, 2012

* Updated `CHANGELOG.md`.
* Fixed logic error in demo example in `README.md`.
* Renamed `this.callbacks`, `this.last_context` and `this.context` to `this_callbacks`, `this._context` and `this._last_context` respectively.
* Added some markdown backticks to comments for code/markup references.

---

## v1.1.0
#### October 24, 2012

* Merged @patocallaghan's fork:
* Merged [@patocallaghan](https://github.com/patocallaghan/)'s fork:
* Modified the callback firing functionality to work with mediaquery context `unmatch`.
* Added ability to fire callbacks when a mediaquery unmatches.
* Backwards incompatable change: Changed `callback` to `match`.
Expand Down
2 changes: 1 addition & 1 deletion onmediaquery/onmediaquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* http://www.opensource.org/licenses/mit-license.php
* @patterns 1) Closure 2) Alias 3) Namespace extension.
* @version 2.0.0
* @date Wednesday, October 24, 2012
* @date Wednesday, October 25, 2012
*/

(function(omq) { // rgne.ws/V4HOQy
Expand Down

0 comments on commit 04c9e09

Please sign in to comment.