- this
- is
- a
- bulleted
- list
- this
- is
#Placeholder
### | |
### this is a comment | |
double = (n)-> | |
n*2 | |
testing. |
I hereby claim:
To claim this, I am signing this object:
ツツツツツツツツツツツツツツツツツツツツツツツツツツツツツツ |
<!DOCTYPE html> | |
<html> | |
<head> | |
<style type="text/css"> | |
.completedItems > li { text-decoration: line-through; } | |
</style> | |
<script type="text/javascript" src="jquery.min.js"></script> | |
<script> | |
$(function(){ | |
var newToDoFieldEl = $("#newToDoField"); |
// I needed a basis with which to mock. | |
function CanYouMockMe(){ | |
this.i_want_stubbed = function(){ return false; }; | |
this.say = function(){ console.log(arguments[0] || "hi!"); }; | |
}; | |
// new Object def. | |
function Foo() { | |
this.do_something_interesting = function() { | |
//hard coded dependency... like my ex-wife. :P |