diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-05-14 03:45:08 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-05-14 03:45:08 (GMT) |
commit | 645b9ee9dd6e0576542cc61872ecedb408ca8a89 (patch) | |
tree | 84e0a434aa94b3b610e665a47d31b5028eead166 /tests/auto/declarative/qdeclarativeecmascript/data/exception.js | |
parent | ffdb6fcca3bf8f4cc97f8bfe09a43811c29a7dbe (diff) | |
download | Qt-645b9ee9dd6e0576542cc61872ecedb408ca8a89.zip Qt-645b9ee9dd6e0576542cc61872ecedb408ca8a89.tar.gz Qt-645b9ee9dd6e0576542cc61872ecedb408ca8a89.tar.bz2 |
Add Qt.include() method for scoped inclusion of JavaScript files
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/exception.js')
-rw-r--r-- | tests/auto/declarative/qdeclarativeecmascript/data/exception.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/exception.js b/tests/auto/declarative/qdeclarativeecmascript/data/exception.js new file mode 100644 index 0000000..160bbfa --- /dev/null +++ b/tests/auto/declarative/qdeclarativeecmascript/data/exception.js @@ -0,0 +1 @@ +throw("Whoops!"); |