From: Matt Brown Date: Thu, 10 Feb 2011 18:47:55 +0000 (+0000) Subject: resolving svn conflicts X-Git-Url: https://git.infodrom.org/?p=infodrom%2Frico3;a=commitdiff_plain;h=1e17fcd06e59822ca6e0011ab8393c1968c9d9c0 resolving svn conflicts git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@70 53df2df2-7ab5-4331-af62-ea79255fa4e2 --- diff --git a/ricoClient/js/rico2doj.js b/ricoClient/js/rico2doj.js deleted file mode 100644 index 83a92fc..0000000 --- a/ricoClient/js/rico2doj.js +++ /dev/null @@ -1,200 +0,0 @@ -/** - * Copyright (c) 2009 Matt Brown - * - * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this - * file except in compliance with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software distributed under the - * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, - * either express or implied. See the License for the specific language governing permissions - * and limitations under the License. - **/ - -if (typeof dojo=='undefined') throw('This version of Rico requires the Dojo library'); - -Rico.Lib='dojo'; -Rico.LibVersion=dojo.version.toString(); -Rico.extend=dojo.mixin; -Rico.trim=dojo.trim; - -Rico.tryFunctions = function() { - for (var i=0; i 2 ? m[2] : ''}); - } - break; - case 'number': - this.properties.push({property:p, vStart:curval, vEnd:parseFloat(properties[p]), units:''}); - break; - } - } - this.px=new PeriodicalExecuter(this.processStep.bind(this),0.025); - }, - - processStep: function() { - this.curStep++; - if (this.curStep >= this.totSteps) { - this.px.stop(); - for (var i=0; i