[Groonga-commit] groonga/gcs [master] Fix missing variable "fragment"

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 26日 (木) 17:14:26 JST


SHIMODA Hiroshi	2012-07-26 17:14:26 +0900 (Thu, 26 Jul 2012)

  New Revision: 43d791667879371c79a55fe75a2adf82f0b5364b
  https://github.com/groonga/gcs/commit/43d791667879371c79a55fe75a2adf82f0b5364b

  Log:
    Fix missing variable "fragment"

  Modified files:
    lib/xmlbuilder.js

  Modified: lib/xmlbuilder.js (+1 -1)
===================================================================
--- lib/xmlbuilder.js    2012-07-26 17:12:43 +0900 (4aab4da)
+++ lib/xmlbuilder.js    2012-07-26 17:14:26 +0900 (6b9b127)
@@ -16,7 +16,7 @@ XMLFragment.prototype.clone = function(deep) {
   if (deep) {
     this.children.forEach(function(child) {
       var clonedChild = child.clone(deep);
-      clonedChild.parent = fragment;
+      clonedChild.parent = clonedSelf;
       clonedSelf.children.push(clonedChild);
     }, this);
   }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index