Merge remote-tracking branch 'remotes/upstream/master'

Conflicts:
	demo/kitchen-sink/demo.js
This commit is contained in:
nightwing 2012-03-31 00:06:11 +04:00
commit b546875c1d
288 changed files with 56230 additions and 22271 deletions

View file

@ -1,6 +1,6 @@
function foo(items) {
function foo (items, nada) {
for (var i=0; i<items.length; i++) {
alert(items[i] + "juhu");
alert(items[i] + "juhu\n");
} // Real Tab.
}