diff options
Diffstat (limited to 'resources/js/bricks.js')
-rw-r--r-- | resources/js/bricks.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/js/bricks.js b/resources/js/bricks.js index 7758b05..6b1dafe 100644 --- a/resources/js/bricks.js +++ b/resources/js/bricks.js @@ -1,3 +1,12 @@ +/** + * Bricks.js is MIT licensed. Taken from + * https://github.com/callmecavs/bricks.js. + * + * Homepage: http://callmecavs.com/bricks.js/ + * License: MIT + * Made by: Mike Cavalea + */ + (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : |