Skip to content

Commit

Permalink
removed "use strict" which was breaking the paths config routine in S…
Browse files Browse the repository at this point in the history
…afari 6. fixes #109
  • Loading branch information
unscriptable committed Jul 23, 2012
1 parent fb66b34 commit 3ae9ce5
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Helpful link for updating submodules:
What's New?
=======

* 0.6.6
* Fix for Safari 6's strict treatment of string properties in un-compiled
files (paths were broken -- thanks Tiago!)
* 0.6.5
* better support when unning under RingoJS and node.js (still experimental)
* fixed bugs with apiContext/apiName or defineContext/defineName
Expand Down
4 changes: 2 additions & 2 deletions dist/curl-for-dojo1.6/curl.js

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

4 changes: 2 additions & 2 deletions dist/curl-for-jQuery/curl.js

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

6 changes: 3 additions & 3 deletions dist/curl-for-ssjs/curl.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* Licensed under the MIT License at:
* http://www.opensource.org/licenses/mit-license.php
*
* @version 0.6.5
* @version 0.6.6
*/
(function (global) {
"use strict";
//"use strict"; don't restore this until the config routine is refactored
var
version = '0.6.5',
version = '0.6.6',
curlName = 'curl',
userCfg = global[curlName],
prevCurl,
Expand Down
Loading

0 comments on commit 3ae9ce5

Please sign in to comment.