feature(package) eslint v4.0.0

This commit is contained in:
coderaiser 2017-06-12 17:24:21 +03:00
parent ca5a614a55
commit 71d366a6a1
11 changed files with 51 additions and 47 deletions

View file

@ -96,7 +96,7 @@ function BufferProto() {
function clear() {
Storage.remove(COPY)
.remove(CUT);
.remove(CUT);
rmCutClass();
}