Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing critical spelling error #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FuckIt returns a promise that will be resolved once your godforsaken code actual
Are you using two different FuckIt libraries? Fuck it, use FuckIt.NoConflict.
Of course, this won't really help since FuckItJS reloads itself multiple times and will continually overwrite the global FuckIt variable, but hey... at least you can feel like you're doing something smart.

**FuckIt.moreConflict**()
**FuckIt.moarConflict**()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fucking improvement !!!1!!!1! Should be merged asap into fucking master


Are you tired of running from conflict? Are you ready to overwrite every single property on the global `window` object even if it crashes your browser? Then this method is for you.

Expand Down
2 changes: 1 addition & 1 deletion fuckit-min.js

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

2 changes: 1 addition & 1 deletion fuckit.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
return FuckIt;
}

FuckIt.moreConflict = function(){
FuckIt.moarConflict = function(){
for (var prop in window){
if (prop === "location"){
//you're not getting away that easy.
Expand Down