From 1e78d891704fa13fe7c7abf4cabf43cefacafcaf Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 23 Mar 2016 19:35:42 +0200 Subject: [PATCH] Update docs. [ci skip] --- docs/jasmine-examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/jasmine-examples.md b/docs/jasmine-examples.md index f502543..d34ad34 100644 --- a/docs/jasmine-examples.md +++ b/docs/jasmine-examples.md @@ -57,8 +57,8 @@ grunt.initConfig({ helpers: 'spec/*Helper.js', template: require('exports-process.js'), vendor: [ - "vendor/*.js", - "http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" + 'vendor/*.js', + 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' ] } }