diff --git a/ui (gen4)/features/examples.js b/ui (gen4)/features/examples.js index ef947f7b..8430a43d 100755 --- a/ui (gen4)/features/examples.js +++ b/ui (gen4)/features/examples.js @@ -729,7 +729,7 @@ var ExampleUIActions = actions.Actions({ }) - var data = this.data.crop(this.data.getTaggedByAll(tag), true) + var data = this.data.crop(this.data.tagQuery(tag), true) // setup the viewer... this.nested = core.ImageGridFeatures diff --git a/ui (gen4)/lib/widget/drawer.js b/ui (gen4)/lib/widget/drawer.js index 6d2a8f45..8556ad9b 100755 --- a/ui (gen4)/lib/widget/drawer.js +++ b/ui (gen4)/lib/widget/drawer.js @@ -99,7 +99,7 @@ var DrawerPrototype = { __init__: function(parent, client, options){ var that = this - object.superMethod(Drawer, '__init__').call(this, parent, client, options) + object.parent(DrawerPrototype.__init__, this).call(this, parent, client, options) var client_dom = client.dom || client var dom = this.dom