YahooArchive / mojito

[archiving soon] Yahoo! Mojito Framework
BSD 3-Clause "New" or "Revised" License
1.57k stars 214 forks source link

bad text formatting #384

Closed rwaldura closed 12 years ago

rwaldura commented 12 years ago

at http://developer.yahoo.com/cocktails/mojito/docs/getting_started/mojito_getting_started_tutorial.html#make-the-application under "modify the sample mojit" the code box includes text at the bottom:

      });
    }
  };
}, '0.0.1', {requires: ['mojito', 'HelloMojitModelFoo']});

As you can see the "controllers" are just an array of JavaScript objects, and the "action" is just a method called on the controller object.
The result of the method are communicated back to Mojito through the ``actio
 ^^^^^^^^^^^^^^^^^^^^^
zhouyaoji commented 12 years ago

Thanks for spotting that issue. The formatting was also affecting the ordered list. I've fixed the problem.