Browse Source

Pass in global undefined

pull/4/head
Todd Motto 11 years ago
parent
commit
4c2ef2fc4f
  1. 2
      dist/echo.js
  2. 2
      src/echo.js

2
dist/echo.js vendored

@ -7,7 +7,7 @@
* Raw JavaScript lazy-loading images with HTML5 data-* attributes.
* Copyright 2013. MIT licensed.
*/
window.echo = (function (window, document) {
window.echo = (function (window, document, undefined) {
'use strict';

2
src/echo.js

@ -1,4 +1,4 @@
window.echo = (function (window, document) {
window.echo = (function (window, document, undefined) {
'use strict';

Loading…
Cancel
Save