1Cargando...
1Cargando...
345678910111213141516171819202122232425262728293031* Description: Abstract model for files and directories.* Author: gerardooscarjt@gmail.com* Tipical use:**/var ModelFile = function() {// Stored attributesthis.id = 0;this.name = '';this.size = 0;this.type = 'a';this.cached = false;// Memory attributesthis.parentNode = null;this.path = '';};ModelFile.prototype.getPath = function() {};ModelFile.prototype.isType = function(type) {};
Enlace
El enlace para compartir es:
Guardar
Guardando...