Minor
This commit is contained in:
parent
00bdd0dc06
commit
7643de1161
|
|
@ -147,7 +147,7 @@
|
|||
var applyEvent = $.Event('apply.oc.inspector')
|
||||
|
||||
$container.trigger(applyEvent)
|
||||
return applyEvent.isDefaultPrevented() ? false : true;
|
||||
return !applyEvent.isDefaultPrevented();
|
||||
}
|
||||
|
||||
InspectorManager.prototype.containerHidingAllowed = function($container) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue