PHP Classes

File: vendors/gentelella/vendors/mjolnic-bootstrap-colorpicker/src/js/colorpicker-plugin-wrapper.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/mjolnic-bootstrap-colorpicker/src/js/colorpicker-plugin-wrapper.js   Download  
File: vendors/gentelella/vendors/mjolnic-bootstrap-colorpicker/src/js/colorpicker-plugin-wrapper.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 662 bytes
 

Contents

Class file image Download
/*! * Bootstrap Colorpicker v//@version * http://mjolnic.github.io/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(factory) { "use strict"; if (typeof exports === 'object') { module.exports = factory(window.jQuery); } else if (typeof define === 'function' && define.amd) { define(['jquery'], factory); } else if (window.jQuery && !window.jQuery.fn.colorpicker) { factory(window.jQuery); } }(function($) { 'use strict'; //@colorpicker-color //@colorpicker-defaults //@colorpicker-component }));