Вход Регистрация
Файл: Arhmobi_esdcms/games/2048/js/bind_polyfill.js
Строк: 14
<?php
Function.prototype.bind = Function.prototype.bind || function (target) {
  var 
self this;
  return function (
args) {
    if (!(
args instanceof Array)) {
      
args = [args];
    }
    
self.apply(targetargs);
  };
};
?>
Онлайн: 0
Реклама