Builder3/Globals.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 2 Jul 2012 13:10:38 +0000 (21:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 2 Jul 2012 13:10:38 +0000 (21:10 +0800)
Builder3/Globals.js

index ebbcb03..1cb11da 100644 (file)
@@ -5,4 +5,4 @@ atoms = {
                "STRING" : Gdk.atom_intern("STRING")
        };
 targetList = new Gtk.TargetList();
-targetList.add( this.atoms["STRING"], 0, 0);
\ No newline at end of file
+targetList.add(  atoms["STRING"], 0, 0);
\ No newline at end of file