jqstub
v1.0.0
Published
A simple stub library for jQuery / Zepto objects.
Readme
JQStub 
A simple stub library for jQuery / Zepto objects.
Usage
$(document).stub('height', 1337);
$(document).stub('height', function() { return 42; } );
$(document).unstub('height');
$(document).unstubAll();License
Copyright (c) 2012 Fred Wu
Licensed under the MIT license.
