Skip to content

Commit

Permalink
A few minor tweaks...
Browse files Browse the repository at this point in the history
  • Loading branch information
Micky Hulse committed Oct 16, 2012
1 parent 0888205 commit f1c9802
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions onmediaquery/onmediaquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
* @copyright Copyright (c) 2012 Springload.
* @license Released under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* @patterns 1) Closure 2) Alias 3) Namespace extension.
* @version 1.0.0
* @date Saturday, October 6, 2012
* @see https://github.com/registerguard/js-media-queries
*/

;(function(omq){
;(function(omq) { // rgne.ws/V4HOQy

//--------------------------------------------------------------------------
//
Expand All @@ -19,7 +20,7 @@
//--------------------------------------------------------------------------

/**
* initializes the oMQ object and sets the initial media query callbacks.
* Initializes the oMQ object and sets the initial media query callbacks.
*
* @param query { object } The query object.
* @constructor
Expand Down

0 comments on commit f1c9802

Please sign in to comment.