remove fat ctrl usage from docs

This commit is contained in:
Leo Horie 2014-09-27 18:47:04 -04:00
parent db88ec4268
commit 3e8896a6d2
5 changed files with 29 additions and 16 deletions

View file

@ -77,7 +77,7 @@ app.bindOnce = new function() {
}
//here's the view
app.view = function(ctrl) {
app.view = function() {
m(".layout", [
app.bindOnce(function() {
//this only runs once in order to boost performance