░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/ui/shared/files/backbone/models
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: ModuleFile.js
// // Copyright (C) 2015 - present Instructure, Inc. // // This file is part of Canvas. // // Canvas is free software: you can redistribute it and/or modify it under // the terms of the GNU Affero General Public License as published by the Free // Software Foundation, version 3 of the License. // // Canvas is distributed in the hope that it will be useful, but WITHOUT ANY // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR // A PARTICULAR PURPOSE. See the GNU Affero General Public License for more // details. // // You should have received a copy of the GNU Affero General Public License along // with this program. If not, see <http://www.gnu.org/licenses/>. import FilesystemObject from './FilesystemObject' export default class ModuleFile extends FilesystemObject { constructor(props) { super(props) this.module_item_id = props.module_item_id } initialize(_attributes, _options) { return super.initialize(...arguments) } url() { return '/api/v1/files/' + this.id } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 File.js
JS
3.9 KB
2023-09-24 03:36
EDIT
📄 FilesystemObject.js
JS
5.1 KB
2023-09-24 03:36
EDIT
📄 Folder.js
JS
7.8 KB
2023-09-24 03:36
EDIT
📄 ModuleFile.js
JS
1 KB
2023-09-24 03:36
EDIT