Skip to content

Instantly share code, notes, and snippets.

View xspirkovska's full-sized avatar

Nikolina Spirkovska xspirkovska

View GitHub Profile
@xspirkovska
xspirkovska / LoadingEllipsis.markdown
Last active August 29, 2015 14:17
Loading CSS Ellipsis
/* JavaScript Inheritance
* Author: Mutahhir Ali Hayat
* Made by joining some parts by John Resig http://ejohn.org/ and some by Ajax.org Code Editor (ACE)
*/
define(function(require, exports, module) {
var initializing = false,
fnTest = /xyz/.test(function() {
xyz;
}) ? /\b_super\b/: /.*/;