Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kupriyanenko committed Sep 19, 2017
1 parent 4acaaff commit 80b9925
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jbone",
"version": "1.2.0",
"version": "1.2.1",
"description": "Library for DOM manipulation",
"main": "dist/jbone.js",
"homepage": "http://jbone.js.org",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jbone",
"repo": "kupriyanenko/jbone",
"description": "JavaScript Library for DOM manipulation. Replacement jQuery for Backbone in browsers (2.5kb gzipped)",
"version": "1.2.0",
"version": "1.2.1",
"keywords": [
"jquery",
"jbone",
Expand Down
8 changes: 4 additions & 4 deletions dist/jbone.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* jBone v1.2.0 - 2016-04-13 - Library for DOM manipulation
* jBone v1.2.1 - 2017-09-19 - Library for DOM manipulation
*
* http://jbone.js.org
*
* Copyright 2016 Alexey Kupriyanenko
* Copyright 2017 Alexey Kupriyanenko
* Released under the MIT license.
*/

Expand All @@ -27,7 +27,7 @@ splice = [].splice,
keys = Object.keys,

// Alias for global variables
doc = document,
doc = win.document,

isString = function(el) {
return typeof el === "string";
Expand Down Expand Up @@ -1059,4 +1059,4 @@ else if (typeof define === "function" && define.amd) {
win.jBone = win.$ = jBone;
}

}(window));
}(typeof window !== "undefined" ? window : this));
6 changes: 3 additions & 3 deletions dist/jbone.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 80b9925

Please sign in to comment.