Commit 2c84d0a9 authored by Sven Franck's avatar Sven Franck

fixed Safari not handling empty actions

parent 498139b6
......@@ -117,24 +117,6 @@
util.setPopupContentPointer(obj, "browse");
},
/**
* generate a new object
* @method new
* @param {object} obj Action Object
*/
new: function (obj) {
return obj;
},
/**
* remove an object
* @method remove
* @param {object} obj Action Object
*/
remove: function (obj) {
return obj;
},
/**
* show task popup
* @method tasks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment