implement slice

This commit is contained in:
ansuz
2017-09-14 11:51:33 +02:00
parent a8f7beb20b
commit 47ce645897
2 changed files with 5 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ define([
common.getAppType = Util.getAppType;
common.notAgainForAnother = Util.notAgainForAnother;
common.uid = Util.uid;
common.slice = Util.slice;
// import hash utilities for export
var createRandomHash = common.createRandomHash = Hash.createRandomHash;