From b0a1a0a8b47b6cc59d9ab48fe5bf6552f3fb8458 Mon Sep 17 00:00:00 2001 From: Mark Chapman Date: Sun, 15 Mar 2015 09:39:30 +0000 Subject: [PATCH] Can't bear to see a joke spoilt by a wanton typo --- test/directives/schema-form-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/directives/schema-form-test.js b/test/directives/schema-form-test.js index 878819363..164cd3de6 100644 --- a/test/directives/schema-form-test.js +++ b/test/directives/schema-form-test.js @@ -4,7 +4,7 @@ describe('directive',function(){ beforeEach(module('templates')); beforeEach(module('schemaForm')); beforeEach( - //We don't need no sanitation. We don't need no though control. + //We don't need no sanitation. We don't need no thought control. module(function($sceProvider){ $sceProvider.enabled(false); })