mirror of
https://github.com/mattdiamond/fuckitjs.git
synced 2026-01-09 14:28:05 -05:00
14 lines
232 B
JavaScript
14 lines
232 B
JavaScript
/*
|
|
FuckItJS v1.0.0-alpha
|
|
Copyright 2012, Matt Diamond
|
|
|
|
Note: This is ALPHA software and may result in irreversible brain damage.
|
|
*/
|
|
|
|
$(function(){
|
|
try {
|
|
// YOUR CODE GOES HERE
|
|
} catch(e){
|
|
// fuck it.
|
|
}
|
|
}); |