-
Hello,
is it possible to get the current version of Zepto like in $.fn.jquery?
-
Just nuke it. Maybe increment the major version number, or rename the project to avoid inadvertent conflicts, though any such would likely be over a decade old.
-
5.0.9, StepMania 5.0.9. I seem to be able to reproduce consistently.
crashinfo.txt: https://gist.github.com/jboning/4db8b8aaf62131b4c0a6
-
jBone.contains = function(container, contained) {
var result;
container.reverse().some(function(el) {
if (el.contains(contained)) { //
-
On PHP code that contains a here-doc, the "string" highlight for the here-doc continues on long after the here-doc has actually been closed -- it seems to miss the end of the here-doc.
For example if…
-
I wonder why I have the perf folder inside my bower-components, maby it would be slightly more accurate to move the "perf testing suite" to another repo like jbone-perf to fullfill the separation of c…
-
Hi,
Looks like there is something messed up with versions in npm registry.
```
npm info jbone
```
shows versions list:
```
[ '1.0.7',
...,
'1.0.12',
'1.0.15',
...,
'1.0.28',
'1.1.13' ],
```
The *…
-
Like this, where `el` is from a view.
```
jBone.contains(document.documentElement, el)
```
-
The method one() from event.js worked fine in 1.0.22 but fails now.
I don't have the time for reengineering your changes for the on() and Event. Sorry, but your code lacks of documentation and is no…
-
I just updated to the latest jBone release and removed my jbone-extend micro lib, then I run to a bunch of errors in my testing suite.
First testing:
$('<div>').add('<span>');
Actual…