Esse commit está contido em:
David Henderson
2013-08-10 15:49:30 +01:00
commit 4ea67a6252
2 arquivos alterados com 3 adições e 3 exclusões
+2 -2
Ver Arquivo
@@ -31,7 +31,7 @@
<file leaf-file-name="go.js" pinned="false" current="true" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/go.js">
<provider selected="true" editor-type-id="text-editor">
<state line="92" column="59" selection-start="2534" selection-end="2534" vertical-scroll-proportion="0.34051725">
<state line="92" column="67" selection-start="2542" selection-end="2542" vertical-scroll-proportion="0.34051725">
<folding />
</state>
</provider>
@@ -278,7 +278,7 @@
</entry>
<entry file="file://$PROJECT_DIR$/go.js">
<provider selected="true" editor-type-id="text-editor">
<state line="92" column="59" selection-start="2534" selection-end="2534" vertical-scroll-proportion="0.34051725">
<state line="92" column="67" selection-start="2542" selection-end="2542" vertical-scroll-proportion="0.34051725">
<folding />
</state>
</provider>
+1 -1
Ver Arquivo
@@ -90,7 +90,7 @@ var doAction = function (command) {
'PARTY': function () {
client.animateLeds('redSnake', 5, 5);
client.clockwise(2);
client.animate('doublePhiThetaMixed', 5000).after(6000, function(){client.stop();});
client.animate('doublePhiThetaMixed', 5000);
},
'FLIP': function () {
client.animate('flipBehind', 2000);