1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-14 02:26:20 +02:00

add an alert system.

This commit is contained in:
Kushagra Gour
2016-11-11 11:37:27 +05:30
parent c33eb3e445
commit 137adf3fdc
3 changed files with 27 additions and 7 deletions

View File

@ -1,4 +1,7 @@
(function () {
window.$ = document.querySelector.bind(document);
window.$all = document.querySelectorAll.bind(document);
// https://github.com/substack/semver-compare/blob/master/index.js
function semverCompare(a, b) {
var pa = a.split('.');