From 53fa09caf4dd4a81ebe12a612572b0a588c7d63c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 15 Jan 2019 02:32:35 +0300 Subject: [PATCH] some minor tweaks and fixes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/examples.js | 2 +- ui (gen4)/lib/widget/drawer.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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