Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 0e75382

Browse files
author
Rob Griffiths
committed
Merge pull request #50 from doot0/patch-2
Fixed some typos
2 parents 24ebebb + 1a3b755 commit 0e75382

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/OAuth/Collection.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141

4242
return arr;
4343
},
44-
shift: function(){throw 'not implimented';},
45-
unshift: function(){throw 'not implimented';},
46-
push: function(){throw 'not implimented';},
47-
pop: function(){throw 'not implimented';},
48-
sort: function(){throw 'not implimented';},
44+
shift: function(){throw 'not implemented';},
45+
unshift: function(){throw 'not implemented';},
46+
push: function(){throw 'not implemented';},
47+
pop: function(){throw 'not implemented';},
48+
sort: function(){throw 'not implemented';},
4949

5050
ksort: function(func){
5151
var self = this, keys = self.keys(), i, value, key;

0 commit comments

Comments
 (0)