From 16eecb6b3a655e4b8f01c113c953ede47dd6c4b7 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Wed, 17 Jun 2015 18:05:16 -0700 Subject: [PATCH] not using self idiom --- ai.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ai.js b/ai.js index 8bb027c..8adb3c2 100644 --- a/ai.js +++ b/ai.js @@ -4,7 +4,6 @@ $(document).ready(function(){ var ctx = canvas.getContext('2d'); function board(size, startingActor) { - var self = this; this.size = size; this.turn = startingActor; this.cellSize = canvas.width / size; -- 2.30.2