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

Commit

Permalink
removed undefined - wasn't using it
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Dec 13, 2010
1 parent c20723a commit 64e4549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rwd-images/rwd-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Dual licensed under the MIT or GPL Version 2 licenses.
* Check out the README.md file for instructions and optimizations
*/
(function(win, undefined){
(function(win){
//defaults / mixins
var rwdi = (function(){
var defaults = {
Expand Down

0 comments on commit 64e4549

Please sign in to comment.