PHP Classes

File: public/assets/bower_components/bootstrap-colorpicker/src/js/colorpicker-plugin-wrapper.js

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   public/assets/bower_components/bootstrap-colorpicker/src/js/colorpicker-plugin-wrapper.js   Download  
File: public/assets/bower_components/bootstrap-colorpicker/src/js/colorpicker-plugin-wrapper.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 1 year ago
Size: 880 bytes
 

Contents

Class file image Download
/*! * 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 }));