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-16 03:34:42 +05:30
parent 507bc1fcfe
commit 1787626eef
3 changed files with 3 additions and 3 deletions

View File

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