Merge pull request #461 from wvankuipers/patch-1

removed tailing `,` to prevent JS errors in IE
This commit is contained in:
Eric Rowell
2013-05-21 06:34:49 -07:00

View File

@@ -665,6 +665,6 @@
for (key in methods) { for (key in methods) {
constructor.prototype[key] = methods[key]; constructor.prototype[key] = methods[key];
} }
}, }
}; };
})(); })();