Skip to content

Commit

Permalink
Don't need domready anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Jan 5, 2015
1 parent c2b7eb4 commit 611476a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/eq.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* eqjs.query - Runs through all nodes and finds their widths and points
* eqjs.nodeWrites - Runs through all nodes and writes their eq status
*/
(function (eqjs, domready) {
(function (eqjs) {
'use strict';

function EQjs() {
Expand Down Expand Up @@ -268,4 +268,4 @@
} else {
window.eqjs = eqjs;
}
})(window.eqjs, window.domready);
})(window.eqjs);
2 changes: 1 addition & 1 deletion dist/eq.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/eq.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/eq.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 611476a

Please sign in to comment.