Prepare release
This commit is contained in:
parent
23f68a0863
commit
dd3c2330ad
@ -1,9 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
<<<<<<< HEAD
|
||||
#Date Thu Dec 05 2013 00:36:35
|
||||
=======
|
||||
#Date Tue Dec 03 2013 00:27:53
|
||||
>>>>>>> dd07077616dde78c6dc19f22e39ea98f05575656
|
||||
#Date Thu Dec 05 2013 00:42:44
|
||||
|
||||
CACHE:
|
||||
res/worker.js
|
||||
|
@ -20493,8 +20493,8 @@ function() {
|
||||
}, r.onReady = function() {
|
||||
i = e(document.body), o = e('<div class="hide">'), e(".working-indicator").append(o);
|
||||
for (var t = 0; 3 > t; t++) o.append(e('<div class="bar">').css({
|
||||
"animation-delay": (2 * t / 10).toPrecision(3) + "s",
|
||||
"-webkit-animation-delay": (2 * t / 10).toPrecision(3) + "s"
|
||||
"animation-delay": (15 * t / 10).toPrecision(3) + "s",
|
||||
"-webkit-animation-delay": (15 * t / 10).toPrecision(3) + "s"
|
||||
}));
|
||||
}, r;
|
||||
}), function(e) {
|
||||
|
@ -19,8 +19,8 @@ define([
|
||||
$('.working-indicator').append($workingIndicatorElt);
|
||||
for (var i = 0; i < 3; i++) {
|
||||
$workingIndicatorElt.append($('<div class="bar">').css({
|
||||
'animation-delay': (i*2/10).toPrecision(3) + 's',
|
||||
'-webkit-animation-delay': (i*2/10).toPrecision(3) + 's',
|
||||
'animation-delay': (i*15/10).toPrecision(3) + 's',
|
||||
'-webkit-animation-delay': (i*15/10).toPrecision(3) + 's',
|
||||
}));
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user