Skip to content

Commit

Permalink
Merge pull request creationix#30 from jasperla/master
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
piotras committed Sep 26, 2012
2 parents 2a52c6c + 9773c5f commit 89b36fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/browser.js
@@ -1,5 +1,6 @@
var gtk = require("./gtk")
, WebKit = require("./webkit");
var gir = require('../gir')
, gtk = module.exports = gir.load('Gtk', '3.0')
, WebKit = module.exports = gir.load('WebKit', '3.0');

gtk.init(0);

Expand Down
2 changes: 1 addition & 1 deletion examples/libxml2.js
@@ -1,2 +1,2 @@
var gir = require('../gir'),
var gir = require('../gir')
, libxml2 = exports.gtk = gir.load('libxml2');

0 comments on commit 89b36fd

Please sign in to comment.