From 936f437e455c0e4d4ea8de5fc44bd4d64fdcb350 Mon Sep 17 00:00:00 2001 From: zakaratcha Date: Fri, 11 May 2018 17:57:42 +0300 Subject: [PATCH] Make "initEntity" be visible outside block (close #1570) --- common.blocks/i-bem-dom/i-bem-dom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.blocks/i-bem-dom/i-bem-dom.js b/common.blocks/i-bem-dom/i-bem-dom.js index 05cc3a7df..6ca6ec079 100644 --- a/common.blocks/i-bem-dom/i-bem-dom.js +++ b/common.blocks/i-bem-dom/i-bem-dom.js @@ -1004,6 +1004,8 @@ bemDom = /** @exports */{ return ctx; }, + _initEntity : initEntity, + /** * @param {jQuery} ctx Root DOM node * @param {Boolean} [excludeSelf=false] Exclude the main domElem