diff options
Diffstat (limited to 'dependencies.js')
-rw-r--r-- | dependencies.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dependencies.js b/dependencies.js index 69b0f4c..e00887d 100644 --- a/dependencies.js +++ b/dependencies.js @@ -1,5 +1,4 @@ $.getScript('math.js'); -$.getScript('combined.js'); // @Adhitya: 02-07-2016: Commented Jitesh's work to call Data Structures individually, // and combined all of them into combined.js using combine_script.bat @@ -1038,8 +1037,7 @@ function _check() { return str; } else if(typeof param == "string") { - // needs to be changed later - return param; + return '"'+param+'"'; } else { return param; |