Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hasadna/hasadna.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnonEilat committed Jul 12, 2014
2 parents 211e5b1 + 766a8f1 commit 0863172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor/serverUtill.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module.exports.mime = {
* @description Remove All angular $$HashKeys from obj and its childrens recursive
* @param {Object} obj
*/
module.exports.removeHashKeys = function(obj) {
var removeHashKeys = function(obj) {
var k;
if (obj instanceof Object) {
if (obj.$$hashKey)
Expand All @@ -201,3 +201,4 @@ module.exports.removeHashKeys = function(obj) {
}
}
};
module.exports.removeHashKeys=removeHashKeys;

0 comments on commit 0863172

Please sign in to comment.