diff options
author | murgatroid99 <michael.lumish@gmail.com> | 2015-01-29 09:38:42 -0800 |
---|---|---|
committer | murgatroid99 <michael.lumish@gmail.com> | 2015-01-29 09:38:42 -0800 |
commit | 5582b2d1d7a9c0537b3196f70fe7bd3c85310e64 (patch) | |
tree | 17f1b775da58aac6836f65889d4a9e03db735cb5 /third_party/cJSON/tests/test3 | |
parent | 684f6f4359a4c09b3430ae8da80f9db5ac00a603 (diff) | |
parent | 9b3809f99f50c579aa2a21246514ae15b332187a (diff) |
Merge branch 'master' of github.com:google/grpc into node_server_metadata
Diffstat (limited to 'third_party/cJSON/tests/test3')
-rw-r--r-- | third_party/cJSON/tests/test3 | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/third_party/cJSON/tests/test3 b/third_party/cJSON/tests/test3 deleted file mode 100644 index 5662b3774e..0000000000 --- a/third_party/cJSON/tests/test3 +++ /dev/null @@ -1,26 +0,0 @@ -{"widget": { - "debug": "on", - "window": { - "title": "Sample Konfabulator Widget", - "name": "main_window", - "width": 500, - "height": 500 - }, - "image": { - "src": "Images/Sun.png", - "name": "sun1", - "hOffset": 250, - "vOffset": 250, - "alignment": "center" - }, - "text": { - "data": "Click Here", - "size": 36, - "style": "bold", - "name": "text1", - "hOffset": 250, - "vOffset": 100, - "alignment": "center", - "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;" - } -}}
\ No newline at end of file |