git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git]
/
jsbuilder
/
tests
/
parser
/
after3.js
1
if (someCondition) {
2
throw new Error("Some error");
3
}
4
5
if (someCondition) {
6
console.warn("Some warning");
7
}
8
9