one last indentation fix

This commit is contained in:
Ryan Jones 2016-11-28 17:19:43 -08:00
parent 3961dbcf55
commit a59df5b04d

View file

@ -7,7 +7,7 @@
//
if (!Function.prototype.bind) {
Function.prototype.bind = function(oThis) {
Function.prototype.bind = function(oThis) {
if (typeof this !== 'function') {
// closest thing possible to the ECMAScript 5
// internal IsCallable function