jquery.color: Merge $.colorUtil back into this module
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 10 Sep 2019 03:03:44 +0000 (04:03 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 11 Sep 2019 04:12:22 +0000 (05:12 +0100)
commit01dae6ff8af05142282e8fa4b6a59305cfb7fe6c
tree62c156e57e9cec290487d1ca0886d31e7ef96bf7
parentf0c24143231d90ff409ddee62c853e8b6e1522bb
jquery.color: Merge $.colorUtil back into this module

I split this out of it back in 2011 with 83a7822df7bd0c.

I don't remember why. I think it had something to do with
Special:JavaScriptTest where I wanted to do something with colors.
Having those functions is useful in theory, but that doesn't require
its own module.

Change-Id: I8815d32c7072da83ddb9fbf955534d1f954692ba
RELEASE-NOTES-1.34
jsduck.json
resources/Resources.php
resources/src/jquery.color/jquery.color.js [new file with mode: 0644]
resources/src/jquery.color/jquery.colorUtil.js [new file with mode: 0644]
resources/src/jquery/jquery.color.js [deleted file]
resources/src/jquery/jquery.colorUtil.js [deleted file]
tests/qunit/QUnitTestResources.php