-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
415 changed files
with
12,600 additions
and
537 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
* | ||
* Copyright (c) 2015 Dirk Lueth | ||
*/ | ||
(function(definition, global, navigator, window, document, undefined) { | ||
(function(definition, navigator, global, document, undefined) { | ||
"use strict"; | ||
function register(id, definition, dependencies, callback) { | ||
var namespace = id.split("/"), initialize; | ||
|
@@ -31,7 +31,7 @@ | |
} | ||
} | ||
} | ||
modules[id] = definition(modules, shared, namespace, navigator, window, document, undefined); | ||
modules[id] = definition(modules, shared, namespace, navigator, global, document, undefined); | ||
if (callback) { | ||
callback(modules[id]); | ||
} | ||
|
@@ -50,10 +50,9 @@ | |
modules[id] = module.create(); | ||
}); | ||
} | ||
var qoopido = global.qoopido || (global.qoopido = { | ||
register: register, | ||
registerSingleton: registerSingleton | ||
}), shared = qoopido.shared || (qoopido.shared = {}), modules = qoopido.modules || (qoopido.modules = {}), dependencies = [], isInternal = new RegExp("^\\.+\\/"), regexCanonicalize = new RegExp("(?:\\/|)[^\\/]*\\/\\.\\."), removeNeutral = new RegExp("(^\\/)|\\.\\/", "g"); | ||
var qoopido = global.qoopido || (global.qoopido = {}), shared = qoopido.shared || (qoopido.shared = {}), modules = qoopido.modules || (qoopido.modules = {}), dependencies = [], isInternal = new RegExp("^\\.+\\/"), regexCanonicalize = new RegExp("(?:\\/|)[^\\/]*\\/\\.\\."), removeNeutral = new RegExp("(^\\/)|\\.\\/", "g"); | ||
qoopido.register = register; | ||
qoopido.registerSingleton = registerSingleton; | ||
function canonicalize(path) { | ||
var collapsed; | ||
while ((collapsed = path.replace(regexCanonicalize, "")) !== path) { | ||
|
@@ -113,4 +112,4 @@ | |
return instance; | ||
} | ||
}; | ||
}, this, navigator, window, document); | ||
}, navigator, this, document); |
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/component/iterator.js → dist/3.7.3/max/component/iterator.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/component/remux.js → dist/3.7.3/max/component/remux.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/component/sense.js → dist/3.7.3/max/component/sense.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/dom/collection.js → dist/3.7.3/max/dom/collection.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/dom/element/emerge.js → dist/3.7.3/max/dom/element/emerge.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/dom/element/lazyimage.js → dist/3.7.3/max/dom/element/lazyimage.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/dom/element/shrinkimage.js → dist/3.7.3/max/dom/element/shrinkimage.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/function/load/css.js → dist/3.7.3/max/function/load/css.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/function/merge.js → dist/3.7.3/max/function/merge.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/function/proximity.js → dist/3.7.3/max/function/proximity.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/function/unique/string.js → dist/3.7.3/max/function/unique/string.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/function/unique/uuid.js → dist/3.7.3/max/function/unique/uuid.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/jquery/extension/selector.js → dist/3.7.3/max/jquery/extension/selector.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/jquery/function/prefetch.js → dist/3.7.3/max/jquery/function/prefetch.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/jquery/plugin/emerge.js → dist/3.7.3/max/jquery/plugin/emerge.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/jquery/plugin/lazyimage.js → dist/3.7.3/max/jquery/plugin/lazyimage.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
2 changes: 1 addition & 1 deletion
2
dist/3.7.2/max/jquery/plugin/shrinkimage.js → dist/3.7.3/max/jquery/plugin/shrinkimage.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.2 | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
/*! | ||
* Qoopido.js library | ||
* | ||
* version: 3.7.3 | ||
* date: 2015-08-05 | ||
* author: Dirk Lueth <[email protected]> | ||
* website: https://github.com/dlueth/qoopido.js | ||
* | ||
* Copyright (c) 2015 Dirk Lueth | ||
*/ | ||
(function(definition, navigator, global, document, undefined) { | ||
"use strict"; | ||
function register(id, definition, dependencies, callback) { | ||
var namespace = id.split("/"), initialize; | ||
if (modules[id]) { | ||
return modules[id]; | ||
} | ||
initialize = function() { | ||
if (dependencies) { | ||
var path = namespace.slice(0, -1).join("/"), i = 0, dependency, internal; | ||
for (;(dependency = dependencies[i]) !== undefined; i++) { | ||
internal = isInternal.test(dependency); | ||
if (internal) { | ||
dependency = canonicalize(path + "/" + dependency); | ||
} | ||
if (!modules[dependency] && arguments[i]) { | ||
modules[dependency] = arguments[i]; | ||
} | ||
if (internal && !modules[dependency] && typeof console !== "undefined") { | ||
console.error("".concat("[Qoopido.js] ", id, ": Could not load dependency ", dependency)); | ||
} | ||
} | ||
} | ||
modules[id] = definition(modules, shared, namespace, navigator, global, document, undefined); | ||
if (callback) { | ||
callback(modules[id]); | ||
} | ||
return modules[id]; | ||
}; | ||
if (typeof module !== "undefined" && module.exports) { | ||
module.exports = define(initialize); | ||
} else if (typeof define === "function" && define.amd) { | ||
dependencies ? define(dependencies, initialize) : define(initialize); | ||
} else { | ||
initialize(); | ||
} | ||
} | ||
function registerSingleton(id, definition, dependencies) { | ||
register(id, definition, dependencies, function(module) { | ||
modules[id] = module.create(); | ||
}); | ||
} | ||
var qoopido = global.qoopido || (global.qoopido = {}), shared = qoopido.shared || (qoopido.shared = {}), modules = qoopido.modules || (qoopido.modules = {}), dependencies = [], isInternal = new RegExp("^\\.+\\/"), regexCanonicalize = new RegExp("(?:\\/|)[^\\/]*\\/\\.\\."), removeNeutral = new RegExp("(^\\/)|\\.\\/", "g"); | ||
qoopido.register = register; | ||
qoopido.registerSingleton = registerSingleton; | ||
function canonicalize(path) { | ||
var collapsed; | ||
while ((collapsed = path.replace(regexCanonicalize, "")) !== path) { | ||
path = collapsed; | ||
} | ||
return path.replace(removeNeutral, ""); | ||
} | ||
if (!Object.create) { | ||
dependencies.push("./polyfill/object/create"); | ||
} | ||
if (!Object.getOwnPropertyNames) { | ||
dependencies.push("./polyfill/object/getownpropertynames"); | ||
} | ||
if (!Object.getOwnPropertyDescriptor || !function() { | ||
try { | ||
Object.getOwnPropertyDescriptor({ | ||
x: 0 | ||
}, "x"); | ||
return true; | ||
} catch (exception) { | ||
return false; | ||
} | ||
}()) { | ||
dependencies.push("./polyfill/object/getownpropertydescriptor"); | ||
} | ||
register("base", definition, dependencies); | ||
})(function(modules, shared, namespace, navigator, window, document, undefined) { | ||
"use strict"; | ||
function getOwnPropertyDescriptors(object) { | ||
var descriptors = {}, properties = Object.getOwnPropertyNames(object), i = 0, property; | ||
for (;(property = properties[i]) !== undefined; i++) { | ||
descriptors[property] = Object.getOwnPropertyDescriptor(object, property); | ||
} | ||
return descriptors; | ||
} | ||
function prohibitCall() { | ||
throw new Error("[Qoopido.js] Operation prohibited"); | ||
} | ||
return { | ||
create: function() { | ||
var instance = Object.create(this, getOwnPropertyDescriptors(this)), result; | ||
if (instance._constructor) { | ||
result = instance._constructor.apply(instance, arguments); | ||
} | ||
instance.create = instance.extend = prohibitCall; | ||
return result || instance; | ||
}, | ||
extend: function(properties, final) { | ||
var instance; | ||
properties = properties || {}; | ||
final = final === true; | ||
properties._parent = this; | ||
instance = Object.create(this, getOwnPropertyDescriptors(properties)); | ||
if (final === true) { | ||
instance.extend = prohibitCall; | ||
} | ||
return instance; | ||
} | ||
}; | ||
}, navigator, this, document); |
Oops, something went wrong.