Sha256: 10014d709c3469aa3b8e3575221d41f1b0cd17387c46d1c3faec7e774663d0cb
Contents?: true
Size: 880 Bytes
Versions: 57
Compression:
Stored size: 880 Bytes
Contents
/*! * Bootstrap Colorpicker v2.5.2 * https://itsjavi.com/bootstrap-colorpicker/ * * Originally written by (c) 2012 Stefan Petre * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0.txt * */ (function(root, factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module unless amdModuleId is set define(["jquery"], function(jq) { return (factory(jq)); }); } else if (typeof exports === 'object') { // Node. Does not work with strict CommonJS, but // only CommonJS-like environments that support module.exports, // like Node. module.exports = factory(require("jquery")); } else if (jQuery && !jQuery.fn.colorpicker) { factory(jQuery); } }(this, function($) { 'use strict'; //@colorpicker-color //@colorpicker-defaults //@colorpicker-component }));
Version data entries
57 entries across 57 versions & 2 rubygems