Skip to content

Commit 6be496a

Browse files
author
Mouse Braun
committed
Merge branch 'microbe0.4.12' into microbe0.4.13
2 parents 6b2e005 + 1ae61c2 commit 6be496a

34 files changed

+142
-142
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.4.13",
44
"authors": [
55
"Mouse Braun <mouse@sociomantic>",
6-
"Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>"
6+
"Nicolas Brugneaux <nicolas.brugneaux@gmail.com>"
77
],
88
"description": "microbe.js - A modular JS library for DOM manipulation and more",
99
"main": "./dist/microbe.min.js",

dist/microbe.js

+28-28
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*
1515
* Builds the Microbe object
1616
*
17-
* @author Mouse Braun <mouse@sociomantic.com>
18-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
17+
* @author Mouse Braun <mouse@knoblau.ch>
18+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
1919
*
2020
* @package Microbe
2121
*/
@@ -1991,8 +1991,8 @@ module.exports = asap;
19911991
/**
19921992
* dom.js
19931993
*
1994-
* @author Mouse Braun <mouse@sociomantic.com>
1995-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
1994+
* @author Mouse Braun <mouse@knoblau.ch>
1995+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
19961996
*
19971997
* @package Microbe
19981998
*/
@@ -2813,8 +2813,8 @@ module.exports = function( Microbe )
28132813
/**
28142814
* events.js
28152815
*
2816-
* @author Mouse Braun <mouse@sociomantic.com>
2817-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
2816+
* @author Mouse Braun <mouse@knoblau.ch>
2817+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
28182818
*
28192819
* @package Microbe
28202820
*/
@@ -3019,8 +3019,8 @@ module.exports = function( Microbe )
30193019
/**
30203020
* http.js
30213021
*
3022-
* @author Mouse Braun <mouse@sociomantic.com>
3023-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
3022+
* @author Mouse Braun <mouse@knoblau.ch>
3023+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
30243024
*
30253025
* @package Microbe
30263026
*/
@@ -3225,8 +3225,8 @@ module.exports = function( Microbe )
32253225
/**
32263226
* observe.js
32273227
*
3228-
* @author Mouse Braun <mouse@sociomantic.com>
3229-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
3228+
* @author Mouse Braun <mouse@knoblau.ch>
3229+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
32303230
*
32313231
* @package Microbe
32323232
*/
@@ -3487,8 +3487,8 @@ module.exports = function( Microbe )
34873487
/**
34883488
* root.js
34893489
*
3490-
* @author Mouse Braun <mouse@sociomantic.com>
3491-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
3490+
* @author Mouse Braun <mouse@knoblau.ch>
3491+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
34923492
*
34933493
* @package Microbe
34943494
*/
@@ -4218,8 +4218,8 @@ module.exports = function( Microbe )
42184218
/**
42194219
* types.js
42204220
*
4221-
* @author Mouse Braun <mouse@sociomantic.com>
4222-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
4221+
* @author Mouse Braun <mouse@knoblau.ch>
4222+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
42234223
*
42244224
* @package Microbe
42254225
*/
@@ -4244,8 +4244,8 @@ module.exports = {
42444244
*
42454245
* methods based on the array prototype
42464246
*
4247-
* @author Mouse Braun <mouse@sociomantic.com>
4248-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
4247+
* @author Mouse Braun <mouse@knoblau.ch>
4248+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
42494249
*
42504250
* @package Microbe
42514251
*/
@@ -4284,8 +4284,8 @@ module.exports = function( Microbe )
42844284
/**
42854285
* pseudo.js
42864286
*
4287-
* @author Mouse Braun <mouse@sociomantic.com>
4288-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
4287+
* @author Mouse Braun <mouse@knoblau.ch>
4288+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
42894289
*
42904290
* @package Microbe
42914291
*/
@@ -4758,8 +4758,8 @@ module.exports = function( Microbe )
47584758
/**
47594759
* Microbe.js
47604760
*
4761-
* @author Mouse Braun <mouse@sociomantic.com>
4762-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
4761+
* @author Mouse Braun <mouse@knoblau.ch>
4762+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
47634763
*
47644764
* @package Microbe
47654765
*/
@@ -4996,7 +4996,7 @@ module.exports = function( Microbe, _type )
49964996
* @param {Mixed} _selector HTML selector (Element String Array)
49974997
* @param {Mixed} _scope scope to look inside (Element String Microbe)
49984998
* @param {Mixed} _elements elements to fill Microbe with (optional) (Element or Array)
4999-
*
4999+
*
50005000
* @example µ() ---> empty
50015001
* @example µ( '' ) ---> empty
50025002
* @example µ( [] ) ---> empty
@@ -5162,8 +5162,8 @@ module.exports = function( Microbe, _type )
51625162
/**
51635163
* pseudo.js
51645164
*
5165-
* @author Mouse Braun <mouse@sociomantic.com>
5166-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
5165+
* @author Mouse Braun <mouse@knoblau.ch>
5166+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
51675167
*
51685168
* @package Microbe
51695169
*/
@@ -6260,9 +6260,9 @@ module.exports = function( Microbe )
62606260
},{}],23:[function(require,module,exports){
62616261
/**
62626262
* rootUtils.js
6263-
*
6264-
* @author Mouse Braun <mouse@sociomantic.com>
6265-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
6263+
*
6264+
* @author Mouse Braun <mouse@knoblau.ch>
6265+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
62666266
*
62676267
* @package Microbe
62686268
*/
@@ -6280,7 +6280,7 @@ module.exports = function( Microbe )
62806280
* @param {Element} _scope scope
62816281
*
62826282
* @example µ.contains( _el, _parentEl );
6283-
*
6283+
*
62846284
* @return _Boolean_ whether _el is contained in the scope
62856285
*/
62866286
Microbe.contains = function( _el, _scope )
@@ -6311,7 +6311,7 @@ module.exports = function( Microbe )
63116311
* @param {Mixed} el element, microbe, or array of elements to match
63126312
*
63136313
* @example µ.matches( _el, 'div.example' );
6314-
*
6314+
*
63156315
* @return _Booblean_ matches or not
63166316
*/
63176317
Microbe.matches = function( el, selector )

dist/microbe.selectorEngine.js

+16-16
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*
1515
* Builds the Microbe object
1616
*
17-
* @author Mouse Braun <mouse@sociomantic.com>
18-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
17+
* @author Mouse Braun <mouse@knoblau.ch>
18+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
1919
*
2020
* @package Microbe
2121
*/
@@ -44,8 +44,8 @@ module.exports = Microbe.core.constructor = Microbe;
4444
*
4545
* methods based on the array prototype
4646
*
47-
* @author Mouse Braun <mouse@sociomantic.com>
48-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
47+
* @author Mouse Braun <mouse@knoblau.ch>
48+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
4949
*
5050
* @package Microbe
5151
*/
@@ -84,8 +84,8 @@ module.exports = function( Microbe )
8484
/**
8585
* pseudo.js
8686
*
87-
* @author Mouse Braun <mouse@sociomantic.com>
88-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
87+
* @author Mouse Braun <mouse@knoblau.ch>
88+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
8989
*
9090
* @package Microbe
9191
*/
@@ -558,8 +558,8 @@ module.exports = function( Microbe )
558558
/**
559559
* Microbe.js
560560
*
561-
* @author Mouse Braun <mouse@sociomantic.com>
562-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
561+
* @author Mouse Braun <mouse@knoblau.ch>
562+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
563563
*
564564
* @package Microbe
565565
*/
@@ -796,7 +796,7 @@ module.exports = function( Microbe, _type )
796796
* @param {Mixed} _selector HTML selector (Element String Array)
797797
* @param {Mixed} _scope scope to look inside (Element String Microbe)
798798
* @param {Mixed} _elements elements to fill Microbe with (optional) (Element or Array)
799-
*
799+
*
800800
* @example µ() ---> empty
801801
* @example µ( '' ) ---> empty
802802
* @example µ( [] ) ---> empty
@@ -962,8 +962,8 @@ module.exports = function( Microbe, _type )
962962
/**
963963
* pseudo.js
964964
*
965-
* @author Mouse Braun <mouse@sociomantic.com>
966-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
965+
* @author Mouse Braun <mouse@knoblau.ch>
966+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
967967
*
968968
* @package Microbe
969969
*/
@@ -2060,9 +2060,9 @@ module.exports = function( Microbe )
20602060
},{}],6:[function(require,module,exports){
20612061
/**
20622062
* rootUtils.js
2063-
*
2064-
* @author Mouse Braun <mouse@sociomantic.com>
2065-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
2063+
*
2064+
* @author Mouse Braun <mouse@knoblau.ch>
2065+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
20662066
*
20672067
* @package Microbe
20682068
*/
@@ -2080,7 +2080,7 @@ module.exports = function( Microbe )
20802080
* @param {Element} _scope scope
20812081
*
20822082
* @example µ.contains( _el, _parentEl );
2083-
*
2083+
*
20842084
* @return _Boolean_ whether _el is contained in the scope
20852085
*/
20862086
Microbe.contains = function( _el, _scope )
@@ -2111,7 +2111,7 @@ module.exports = function( Microbe )
21112111
* @param {Mixed} el element, microbe, or array of elements to match
21122112
*
21132113
* @example µ.matches( _el, 'div.example' );
2114-
*
2114+
*
21152115
* @return _Booblean_ matches or not
21162116
*/
21172117
Microbe.matches = function( el, selector )

dist/microbe.toolkit.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*
1515
* Builds the Microbe object
1616
*
17-
* @author Mouse Braun <mouse@sociomantic.com>
18-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
17+
* @author Mouse Braun <mouse@knoblau.ch>
18+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
1919
*
2020
* @package Microbe
2121
*/
@@ -521,8 +521,8 @@ module.exports = asap;
521521
/**
522522
* root.js
523523
*
524-
* @author Mouse Braun <mouse@sociomantic.com>
525-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
524+
* @author Mouse Braun <mouse@knoblau.ch>
525+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
526526
*
527527
* @package Microbe
528528
*/
@@ -1252,8 +1252,8 @@ module.exports = function( Microbe )
12521252
/**
12531253
* types.js
12541254
*
1255-
* @author Mouse Braun <mouse@sociomantic.com>
1256-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
1255+
* @author Mouse Braun <mouse@knoblau.ch>
1256+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
12571257
*
12581258
* @package Microbe
12591259
*/

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "microbejs",
33
"version": "0.4.13",
4-
"author": "Mouse Braun <mouse@sociomantic.com>",
5-
"description": "microbe.js - A modular JS library for DOM manipulation and more",
4+
"author": "Mouse Braun <mouse@knoblau.ch>",
5+
"description": "microbe.js - A modular JS library for DOM manipulation, and more",
66
"contributors": [
7-
"Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>",
7+
"Nicolas Brugneaux <nicolas.brugneaux@gmail.com>",
88
"Michele Guido <[email protected]>"
99
],
1010
"repository": {

src/microbe.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Builds the Microbe object
55
*
6-
* @author Mouse Braun <mouse@sociomantic.com>
7-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
6+
* @author Mouse Braun <mouse@knoblau.ch>
7+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
88
*
99
* @package Microbe
1010
*/

src/microbe.selectorEngine.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Builds the Microbe object
55
*
6-
* @author Mouse Braun <mouse@sociomantic.com>
7-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
6+
* @author Mouse Braun <mouse@knoblau.ch>
7+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
88
*
99
* @package Microbe
1010
*/

src/microbe.toolkit.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*
44
* Builds the Microbe object
55
*
6-
* @author Mouse Braun <mouse@sociomantic.com>
7-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
6+
* @author Mouse Braun <mouse@knoblau.ch>
7+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
88
*
99
* @package Microbe
1010
*/

src/modules/dom.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* dom.js
33
*
4-
* @author Mouse Braun <mouse@sociomantic.com>
5-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
4+
* @author Mouse Braun <mouse@knoblau.ch>
5+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
66
*
77
* @package Microbe
88
*/

src/modules/events.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* events.js
33
*
4-
* @author Mouse Braun <mouse@sociomantic.com>
5-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
4+
* @author Mouse Braun <mouse@knoblau.ch>
5+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
66
*
77
* @package Microbe
88
*/

src/modules/http.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* http.js
33
*
4-
* @author Mouse Braun <mouse@sociomantic.com>
5-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
4+
* @author Mouse Braun <mouse@knoblau.ch>
5+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
66
*
77
* @package Microbe
88
*/

src/modules/observe.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* observe.js
33
*
4-
* @author Mouse Braun <mouse@sociomantic.com>
5-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
4+
* @author Mouse Braun <mouse@knoblau.ch>
5+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
66
*
77
* @package Microbe
88
*/

src/modules/tools.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* root.js
33
*
4-
* @author Mouse Braun <mouse@sociomantic.com>
5-
* @author Nicolas Brugneaux <nicolas.brugneaux@sociomantic.com>
4+
* @author Mouse Braun <mouse@knoblau.ch>
5+
* @author Nicolas Brugneaux <nicolas.brugneaux@gmail.com>
66
*
77
* @package Microbe
88
*/

0 commit comments

Comments
 (0)