/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to includes/sw/spinningwheelprototype.js

  • Committer: Suren A. Chilingaryan
  • Date: 2011-01-26 02:48:39 UTC
  • mto: This revision was merged to the branch mainline in revision 212.
  • Revision ID: csa@dside.dyndns.org-20110126024839-nv6qp2ie9stmd2dn
Support of Appled devices by Toni Pirhonen

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * 
 
3
 * Find more about the Spinning Wheel function at
 
4
 * http://cubiq.org/spinning-wheel-on-webkit-for-iphone-ipod-touch/11
 
5
 *
 
6
 * Copyright (c) 2009 Matteo Spinelli, http://cubiq.org/
 
7
 * Released under MIT license
 
8
 * http://cubiq.org/dropbox/mit-license.txt
 
9
 * 
 
10
 * Version 1.4 - Last updated: 2009.07.09
 
11
 * 
 
12
 * This is a customized version for prototype.js framework
 
13
 */
 
14
 
 
15
 function SPINNINGWHEEL(){
 
16
        this.cellheight = 44;
 
17
        this.friction = 0.003;
 
18
        this.slotData = new Array();
 
19
 }
 
20
 
 
21
 
 
22
 
 
23
 
 
 
b'\\ No newline at end of file'