jQuery 3: patched layout library

SVN:trunk[5964]
This commit is contained in:
Stephen Abello
2018-07-23 09:47:53 +00:00
parent 6eb13c24aa
commit e31faf81a9
2 changed files with 2 additions and 2 deletions

View File

@@ -1802,7 +1802,7 @@ $.fn.layout = function (opts) {
, $parent, n
;
// sC = state.container
sC.selector = $N.selector.split(".slice")[0];
//sC.selector = $N.selector.split(".slice")[0];
sC.ref = (o.name ? o.name +' layout / ' : '') + tag + (id ? "#"+id : cls ? '.['+cls+']' : ''); // used in messages
sC.isBody = (tag === "BODY");