Skip to content

Commit

Permalink
remove unwanted error, 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Narendra Sisodiya committed Jan 3, 2015
1 parent ccc9a22 commit 24fb39f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "choona.js",
"repo": "nsisodiya/choona.js",
"version": "1.3.6",
"version": "1.3.7",
"main": "dist/choona.js",
"keywords": [
"scalable",
Expand Down
3 changes: 0 additions & 3 deletions dist/choona.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,6 @@
if (data === undefined) {
throw new Error("loadSubView : argument received is undefined");
} else {
if (data.id === undefined) {
throw new Error("loadSubView : id cannot be undefined");
}
if (data.module === undefined) {
throw new Error("loadSubView : module cannot be undefined");
}
Expand Down
2 changes: 1 addition & 1 deletion dist/choona.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/choona.View.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@
if (data === undefined) {
throw new Error("loadSubView : argument received is undefined");
} else {
if (data.id === undefined) {
throw new Error("loadSubView : id cannot be undefined");
}
if (data.module === undefined) {
throw new Error("loadSubView : module cannot be undefined");
}
Expand Down

0 comments on commit 24fb39f

Please sign in to comment.