mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
config redirect
This commit is contained in:
9
node_modules/outlayer/test/helpers.js
generated
vendored
Normal file
9
node_modules/outlayer/test/helpers.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
( function() {
|
||||
|
||||
window.gimmeAnItemElement = function() {
|
||||
var elem = document.createElement('div');
|
||||
elem.className = 'item';
|
||||
return elem;
|
||||
};
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user