<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -178,7 +178,7 @@ MBX.JsController = (function () {
         
         If your controller listens to a model, but you are not dependent on real-time updates,
         you can add the option &quot;looselyCoupled: true&quot; and all updates will be done with
-        setTimeout... which will be a performance enhancement.
+        setTimeout, which will be a performance enhancement.
           
         @name MBX.JsController.create
         @param {String} name the name of the controller
@@ -187,6 +187,7 @@ MBX.JsController = (function () {
         @function
         @example
           MBX.DesktopUploadController = MBX.JsController.create(&quot;DesktopUpload&quot;, {
+              looselyCoupled: false, // false is the default
               ANewMethod: function (something) {
                   return something;
               }</diff>
      <filename>src/js_controller.js</filename>
    </modified>
    <modified>
      <diff>@@ -179,13 +179,19 @@ MBX.JsView = (function () {
     };
     
     /** create a new view handler... specify a model and some
-        functions and some great magic happens
+        functions and some great magic happens.
+        
+        If your view listens to a model, but you are not dependent on real-time updates,
+        you can add the option &quot;looselyCoupled: true&quot; and all updates will be done with
+        setTimeout, which will be a performance enhancement.
+        
         @name MBX.JsView.create
         @function
         @param {Object} opts the various options specified for a view
         @example
             MBX.JsView.create({
                 model: MBX.DesktopUpload,
+                looselyCoupled: false, // false is the default
                 onCreate: function (upload) {
                     //create the upload
                 },</diff>
      <filename>src/js_view.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3d05bbe727bc547e0eecc4bb4a2748d1d35c28e3</id>
    </parent>
  </parents>
  <author>
    <name>topper</name>
    <email>topper@toppingdesign.com</email>
  </author>
  <url>http://github.com/tobowers/mamoo/commit/86417e6d8cf05b640a503016caf1ce94cf40c17e</url>
  <id>86417e6d8cf05b640a503016caf1ce94cf40c17e</id>
  <committed-date>2009-03-15T09:20:50-07:00</committed-date>
  <authored-date>2009-03-15T09:20:50-07:00</authored-date>
  <message>add looselyCoupled to the docs</message>
  <tree>b10fa984031b132aca71a2c90f4cbaeb7b099554</tree>
  <committer>
    <name>topper</name>
    <email>topper@toppingdesign.com</email>
  </committer>
</commit>
