From d91421b62808f4da9d849846258239ab76b3b86f Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Mon, 16 Mar 2015 02:27:49 -0300 Subject: [PATCH] See #216 and #122. Add another Titanium Style Sheet (disabled) test --- .../tss/original/_test2.tss | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/simple-jsbeautifyrc/tss/original/_test2.tss diff --git a/examples/simple-jsbeautifyrc/tss/original/_test2.tss b/examples/simple-jsbeautifyrc/tss/original/_test2.tss new file mode 100644 index 0000000..85b2183 --- /dev/null +++ b/examples/simple-jsbeautifyrc/tss/original/_test2.tss @@ -0,0 +1,31 @@ +".container": { + backgroundImage:'images/bgbg-builder.png', + width: 1024, + height: 752, + top:0, + left:0 +}, +"#blackArrow": { + touchEnabled: false, + backgroundImage: 'images/arrow-builder.png', + width: 15, + height: 10, + top: 128, + left: 165, + pos0: { + left: 165, + duration: 200 + }, + pos1: { + left: 301, + duration: 200 + }, + pos2: { + left: 437, + duration: 200 + }, + pos3: { + left: 573, + duration: 200 + } +}, \ No newline at end of file