equal
deleted
inserted
replaced
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 |