mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
Fix JS codestyle
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
define([
|
||||
"underscore",
|
||||
"backbone"
|
||||
], function(_, Backbone) {
|
||||
], function (_, Backbone) {
|
||||
var DcFieldModel = Backbone.Model.extend({
|
||||
urlRoot: function () {
|
||||
return "/admin/fields/dc-fields";
|
||||
|
Reference in New Issue
Block a user