GitXplorerGitXplorer
p

closure-scroller

public
2 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
aeb3e3ac34d72fc532b8a8ff3708725fc7201f76

Fix: Require right.

ppiglovesyou committed 12 years ago
Unverified
b0ae2197c7f60a98b9408630f77700d84f6574c1

Refac: goog.ui.Scroller.Slider_.

ppiglovesyou committed 12 years ago
Unverified
ecdce971a57ce416fdf324f1a71fc26eee95311a

Refac: shouldUpsideDown_.

ppiglovesyou committed 12 years ago
Unverified
7f1ccead66cf4d27872e62b10239115253edb1c2

Refac: handleChange_.

ppiglovesyou committed 12 years ago
Unverified
6dd17d63d96a287086aa91c6a7b33d66e50c4f9f

Be more kind in JSDoc and README.

ppiglovesyou committed 12 years ago
Unverified
0e131370faf900cdda44ca221bcd22d16da41470

Care style for IE6, IE7.

ppiglovesyou committed 12 years ago

README

The README file for this repository.

goog.ui.Scroller

Provides you a scrolling UI like a DOM element with overflow:scroll.

Demo

Visit my website.

Test

1. Browser Test

First, download Closure Library and Closure Compiler.

$ make setup

Then, access ./piglovesyou/goog/ui/scroller_test.html by a browser.

Tested revision of Closure Library is 2459.

2. Code-Checking by Closure Compiler

Run

$ make compile

License

Copyright (c) 2012 Soichi Takamura (http://stakam.net/)
Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html