1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-10 08:26:19 +02:00
This commit is contained in:
Kushagra Gour
2016-07-15 03:42:44 +05:30
parent ea7a9428e4
commit 2bfd729371
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/* eslint-enable no-extra-semi */
var editur = window.editur || {};
var version = '1.6.0';
var version = '1.7.0';
window.$ = document.querySelector.bind(document);
window.$all = document.querySelectorAll.bind(document);