assert_level_out

webix.assert_level_out([see official doc])

webix.assert_level_out helper.

Please look into the linked official documentation.

References

helpers
assert_level().

Referenced by

helpers
copy().

External references

Official documentation page.

Code

1
2
3
4
5
6
7
webix.assert_level_out = function(){
    webix.assert_level--;
};

/*
    Common helpers
*/