UNPKG
stitches
Version:
latest (1.2.11)
1.2.11
Stitches is an HTML5 sprite sheet generator.
draeton.github.com/stitches/
draeton/stitches
stitches
/
test
/
unit
/
stitches.js
10 lines
(7 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
(function ($) {
module
("stitches");
test
("test", function () {
expect
(
1
);
ok
(true, "test"); }); }(jQuery));