We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a806979 commit ebf8f0dCopy full SHA for ebf8f0d
LICENSE
@@ -1,4 +1,5 @@
1
Copyright (C) 2011 Ask Bjørn Hansen
2
+Copyright (C) 2013 Stripe, Inc. (https://stripe.com)
3
4
Permission is hereby granted, free of charge, to any person obtaining a copy
5
of this software and associated documentation files (the "Software"), to deal
test/utils.spec.js
@@ -55,7 +55,7 @@ describe('utils', function() {
55
});
56
57
58
- describe.only('protoExtend', function() {
+ describe('protoExtend', function() {
59
it('Provides an extension mechanism', function() {
60
function A() {}
61
A.extend = utils.protoExtend;
0 commit comments