Skip to content

Commit adc088d

Browse files
committed
Update: Release 0.1.8
1 parent 68c1b39 commit adc088d

5 files changed

Lines changed: 11 additions & 7 deletions

File tree

bin/shortQuery.chrome.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ShortQuery.js v0.1.7-chrome MIT License
2+
* ShortQuery.js v0.1.8-chrome MIT License
33
* (C) 2015 S <https://github.com/S--Minecraft>
44
*/
55
/*
@@ -63,6 +63,8 @@
6363

6464
ele.prototype.$$ = ele.prototype.queryAll;
6565

66+
ele.prototype.append = ele.prototype.appendChild;
67+
6668
ele.prototype.addLast = ele.prototype.appendChild;
6769

6870
ele.prototype.addFirst = function(a) {

bin/shortQuery.chrome.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/shortQuery.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ShortQuery.js v0.1.7 MIT License
2+
* ShortQuery.js v0.1.8 MIT License
33
* (C) 2015 S <https://github.com/S--Minecraft>
44
*/
55
/*
@@ -63,6 +63,8 @@
6363

6464
ele.prototype.$$ = ele.prototype.queryAll;
6565

66+
ele.prototype.append = ele.prototype.appendChild;
67+
6668
ele.prototype.addLast = ele.prototype.appendChild;
6769

6870
ele.prototype.addFirst = function(a) {

bin/shortQuery.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ShortQuery.js",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Just a bundle of short-hand of vanilla js.",
55
"main": "bin/shortQuery.js",
66
"scripts": {

0 commit comments

Comments
 (0)