src/js/model.js
branchnew-model
changeset 904 510ebab76fa3
parent 903 d9da52e20f7f
child 908 f56199193fad
--- a/src/js/model.js	Tue May 15 15:50:19 2012 +0200
+++ b/src/js/model.js	Fri May 18 18:23:51 2012 +0200
@@ -753,6 +753,11 @@
     return this.getList("media", _global);
 }
 
+IriSP.Model.Source.prototype.getTags = function(_global) {
+    _global = (typeof _global !== "undefined" && _global);
+    return this.getList("tag", _global);
+}
+
 IriSP.Model.Source.prototype.getMashups = function(_global) {
     _global = (typeof _global !== "undefined" && _global);
     return this.getList("mashup", _global);