Skip to content

Commit

Permalink
Merge pull request #12 from mamico/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
adjohu committed Jun 5, 2015
2 parents ac4af5f + 3dc43d7 commit d85c2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookieconsent.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
(init = function () {
if (!initialized && document.readyState == 'complete') {
cookieconsent.init();
initalized = true;
initialized = true;
window[OPTIONS_UPDATER] = cookieconsent.setOptionsOnTheFly.bind(cookieconsent);
}
})();
Expand Down

0 comments on commit d85c2b3

Please sign in to comment.