diff --git a/src/main/webapp/resources/js/models.js b/src/main/webapp/resources/js/models.js new file mode 100644 index 0000000..91b1a7e --- /dev/null +++ b/src/main/webapp/resources/js/models.js @@ -0,0 +1,3 @@ +(function($) { + window.Room = Backbone.Model.extend({}); +})(jQuery); \ No newline at end of file