mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-08-16 05:32:46 -06:00
fixes AMD definition
This commit is contained in:
parent
45c9c0b9d9
commit
6d4af8d7b8
@ -2,7 +2,7 @@
|
||||
if (typeof exports === 'object') {
|
||||
module.exports = factory(root);
|
||||
} else if (typeof define === 'function' && define.amd) {
|
||||
define([], function () {
|
||||
define('colors', [], function () {
|
||||
return factory(root);
|
||||
});
|
||||
} else {
|
||||
|
@ -336,6 +336,4 @@
|
||||
_instance = $();
|
||||
};
|
||||
|
||||
return $;
|
||||
|
||||
}));
|
File diff suppressed because one or more lines are too long
4
jqColorPicker.min.js
vendored
4
jqColorPicker.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tinyColorPicker",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/PitPik/tinyColorPicker.git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user