2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00
This commit is contained in:
XhmikosR
2019-11-08 10:11:23 +02:00
committed by GitHub
parent eb849d73cd
commit cc6f66f72a
54 changed files with 306 additions and 217 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, global.Data = factory());
}(this, function () { 'use strict';
}(this, (function () { 'use strict';
/**
* --------------------------------------------------------------------------
@@ -78,5 +78,5 @@
return Data;
}));
})));
//# sourceMappingURL=data.js.map