summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Iofel <iofelben@gmail.com>2015-11-07 22:27:14 -0500
committerCosimo Cecchi <cosimoc@gnome.org>2015-11-14 11:02:35 -0800
commitc44957f8d6d94db2d95d51e89f12f64955981382 (patch)
tree914e19e538f8ccd6f99fbb34cd2a217661c6f088
parent967d6962943cc5101eb9347fe960d605e92493b9 (diff)
downloadgjs-c44957f8d6d94db2d95d51e89f12f64955981382.tar.gz
lang: fix typo in link to mootools
https://bugzilla.gnome.org/show_bug.cgi?id=757763
-rw-r--r--modules/lang.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lang.js b/modules/lang.js
index b9d16f47..1852dbe5 100644
--- a/modules/lang.js
+++ b/modules/lang.js
@@ -98,7 +98,7 @@ function bind(obj, callback) {
// Class magic
// Adapted from MooTools, MIT license
-// https://github.com/mootools/moootools-core
+// https://github.com/mootools/mootools-core
function _Base() {
throw new TypeError('Cannot instantiate abstract class _Base');