mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 23:00:57 +00:00
Split js from django template, move js to scripts , add requirejs support, and i18n for js
This commit is contained in:
10
media/scripts/app/models/repo.js
Normal file
10
media/scripts/app/models/repo.js
Normal file
@@ -0,0 +1,10 @@
|
||||
define([
|
||||
'underscore',
|
||||
'backbone'
|
||||
], function(_, Backbone) {
|
||||
'use strict';
|
||||
|
||||
var Repo = Backbone.Model.extend({});
|
||||
|
||||
return Repo;
|
||||
});
|
Reference in New Issue
Block a user