Merge branch 'master' of github.com:documentcloud/backbone

This commit is contained in:
Jeremy Ashkenas
2010-10-12 20:16:50 -04:00

View File

@@ -903,7 +903,7 @@ ui.Chapter = Backbone.View.extend({
start: this.$(".start-page").text(),
end: this.$(".end-page").text()
};
}s
}
});
</pre>