removing extra 's'

This commit is contained in:
Jeff Larson
2010-10-12 18:03:02 -04:00
parent accebff4b5
commit c01f699203

View File

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