<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ Screw.Matchers.argWhichWill = function(matcher, expected) {
   return new Screw.Stub.ArgumentMatcher(matcher, expected);
 };
 
-Screw.Stub = (function() {
+Screw.Stub = (function($) {
     var self = {};
     var stubbedObjects = [];
 
@@ -91,7 +91,7 @@ Screw.Stub = (function() {
         self.validate = function() {
             if (!priv.validated &amp;&amp; priv.expectedCallCount !== priv.actualCallCount) {
                 priv.validated = true;
-                throw('expected ' + jQuery.print(name) + ' to be called ' + 
+                throw('expected ' + $.print(name) + ' to be called ' + 
                       priv.expectedCallCount.toString() + 
                       ' times, but it was called ' + 
                       priv.actualCallCount.toString() + ' times.');
@@ -176,7 +176,7 @@ Screw.Stub = (function() {
     };
 
     return self;
-}());
+}(jQuery));
 
 Screw.Unit(function() {
     after(function() {</diff>
      <filename>lib/screw.stub.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>581a48b77fd7d08c830d9a587c512ceda7b76111</id>
    </parent>
  </parents>
  <author>
    <name>topper</name>
    <email>topper@toppingdesign.com</email>
  </author>
  <url>http://github.com/tobowers/screw-unit/commit/85f4a592ee3a13ff2594a9532489b9865d8850ff</url>
  <id>85f4a592ee3a13ff2594a9532489b9865d8850ff</id>
  <committed-date>2009-11-02T09:32:35-08:00</committed-date>
  <authored-date>2009-11-02T09:32:35-08:00</authored-date>
  <message>add back in the dollar sign</message>
  <tree>201d46a2b2f2c971a7d273962028c6e5d6056c18</tree>
  <committer>
    <name>topper</name>
    <email>topper@toppingdesign.com</email>
  </committer>
</commit>
