src/js/model.js
branchnew-model
changeset 904 510ebab76fa3
parent 903 d9da52e20f7f
child 908 f56199193fad
equal deleted inserted replaced
903:d9da52e20f7f 904:510ebab76fa3
   751 IriSP.Model.Source.prototype.getMedias = function(_global) {
   751 IriSP.Model.Source.prototype.getMedias = function(_global) {
   752     _global = (typeof _global !== "undefined" && _global);
   752     _global = (typeof _global !== "undefined" && _global);
   753     return this.getList("media", _global);
   753     return this.getList("media", _global);
   754 }
   754 }
   755 
   755 
       
   756 IriSP.Model.Source.prototype.getTags = function(_global) {
       
   757     _global = (typeof _global !== "undefined" && _global);
       
   758     return this.getList("tag", _global);
       
   759 }
       
   760 
   756 IriSP.Model.Source.prototype.getMashups = function(_global) {
   761 IriSP.Model.Source.prototype.getMashups = function(_global) {
   757     _global = (typeof _global !== "undefined" && _global);
   762     _global = (typeof _global !== "undefined" && _global);
   758     return this.getList("mashup", _global);
   763     return this.getList("mashup", _global);
   759 }
   764 }
   760 
   765